Questions tagged as 'jquery'

0
answers

How to load data obtained from an Ajax in the "description" attribute in Openlayers 2?

is the first time that the OSM API with OpenLayers and I have the problem that when I want to load the values returned with an Ajax, it does not load them. this happens in the "description" attribute of the new OpenLayers.Feature.Vector func...
asked by 27.06.2017 / 18:31
2
answers

Format an array and pass it to a DataTable using a WebServices

I comment I'm trying to use DataTables making a WebServices to another server, which returns an array in Javascript with the following values : [ ["2017-05-25 23:10:00","0","100","17.2"], ["2017-05-25 23:20:00","0","100","17.2"],...
asked by 30.05.2017 / 05:10
1
answer

Change color to the top-bar using data sticky Foundation 6

It happens that I have a top-bar on my site, and I leave the top-bar fixed using sticky, and it works great, my doubt, is that I would like that when I scroll down, the top-bar changes of color, this is the general code of my nav along with stic...
asked by 11.05.2017 / 07:08
1
answer

Animation inside a canvas - spinning wheel

I am building a spinning wheel that is filled by database which I do the following code but at the time of executing it I get rotateWheel is not defined supposedly what is wrong is spinTimeout = setTimeout("rotateWheel()", 3000); This...
asked by 11.05.2017 / 22:27
2
answers

Execute Script without invalidating the required property in an HTML document

I am running a script referenced in an HTML document and everything works very well, except the validation of the inputs in the form I'm trying something like this: <!--Documento index.html--> <!DOCTYPE html> <html lang="es-c...
asked by 18.05.2017 / 05:17
2
answers

Remove plugin from Javascript elements

I am using the lightcase.js plugin to make a carousel of images. How can I remove the plugin from the elements in which I have initialized the plugin, by means of the instruction: $("a.item-lightcase").lightcase({ transition: 'scrollHorizo...
asked by 18.05.2017 / 09:26
1
answer

Extract data from an external website with JQUERY Y LARAVEL? [CORS]

I was doing a mini project to be able to extract part of the text from an external website, I have been reporting on the subject and apparently this is called CORS, I tried to implement it but it did not just work for me. I'm doing it through aj...
asked by 29.04.2017 / 12:53
1
answer

Get JSON subkey

I'm trying to create a dynamic table based on a JSON. The problem is that I need to make the header of the table is filled with the data of a subkeys, that is, I have the following: { "num_prod": 17, "total": 17, "articulo": [ { "n...
asked by 07.04.2017 / 01:53
1
answer

Error with json in jquery

On my page I make two calls to json from the same API but different resources: function buscaInvocador($nombre) { $.ajax({ url: "https://euw1.api.riotgames.com/lol/summoner/v3/summoners/by-name/$nombre?api_key=RGAPI-de016c14-78f2-4...
asked by 05.04.2017 / 18:10
2
answers

Can not read property '_aData' of undefined (Jquery - Datatable)

I have a datatable that processes everything on the server side: var table = $("#dt_tasks").DataTable({ destroy: true, processing: true, serverSide: true, "ajax": {...
asked by 12.04.2017 / 16:40