Questions tagged as 'javascript'

0
answers

How to insert an image inside a bookmark using wikitude sdk?

Please would like a help, recommendation or suggestion. I am developing my augmented reality and geolocation project using wikitude sdk and android studio. What I want is to insert an image that is located in a web service, if so it would have...
asked by 03.07.2016 / 06:30
2
answers

How to do click counter in PHP, MySQL and AJAX?

Okay, my question is to make a clicks or likes counter so that when someone clicks a <div> this add the click to a <span> anywhere in the article. This means that, if I have a new click on a photo, I put the total numbe...
asked by 22.06.2017 / 23:48
1
answer

How to filter JSON data with Lodash

I have a factory that obtains the data from a WebAPI, it returns all the data, but the filter does not work: myApp.factory('Canchas', function($http){ var Canchas = {}; Canchas.list = []; Canchas.getDataFromServer = function getDataFromServe...
asked by 04.03.2016 / 18:41
1
answer

Use the value of a radioGroup to perform a query that loads in a comboBox with ExtJs

I have a screen that has a radioGroup which only has two options, and depending on which one is selected, a query is made whose returned values are loaded in comboBox . The problem is that the value of radioGroup can not pass...
asked by 26.02.2016 / 21:10
0
answers

Pagination JqGrid Virtual Scroll

I have the following problem. I am using jqGrid with jquery with the following configuration and I try to implement the virtual scroll scroll: 1 . var jqGridOptions = { url:'/index.php/solicitudes/DataSolicitudes', mtype : "post", dataty...
asked by 03.03.2016 / 23:37
3
answers

keypress keyup or Jquery keydown do not respond on smarthphone

I have a field validation on my website that works in any pc browser except mobile phones (in any browser) allowing the entry of any character; I have tried in the following ways: $(".onlytext").keydown(function(e) { var key = e.keyCode...
asked by 20.09.2016 / 16:14
2
answers

Perform a redirect based on the "confirm"

What I want to do is redirect to another page once the user confirms that action. The code I have so far is the following: window.onload = function(){ var pagar = document.getElementById(claspagar); claspagar.onclick = func...
asked by 13.09.2016 / 00:21
1
answer

Multiply the value of an input by that of a list displayed with ng-repeat

I have an array of data that I show with an ng-repeat within a table. This fills 4 fields of the 5 that I have currently declared, the following is an INPUT in which I obtain the value of parts requested by the client. My question clearly...
asked by 09.02.2017 / 21:16
1
answer

Help with Javascript for loop

I would like to know how to make a for loop to dynamically fill parameters in the following code: data: [{ type: "pie", startAngle: 25, toolTipContent: "<...
asked by 03.11.2018 / 14:49
1
answer

Call elements of a div with javascript

I have a section that is hidden but clicking the button does not work, the truth is that there is almost no javascript, but do not be mocking please. My css .cal{display:none;} .calculadora{width:95%;text-align:center;} .calcula...
asked by 05.11.2018 / 07:37