Questions tagged as 'jquery'

1
answer

Put percentages in two ion range sliders

I am using this library: Ion Range Slider I'm trying to bin two sliders, and they move to a certain percentage when one of them is manipulated. I give an example $(function(){ $("#foo").ionRangeSlider({ type: "single",...
asked by 10.04.2018 / 21:07
1
answer

Show and Hide in js [closed]

Hello, they are asking me for something I have this code: $("#divNeeds").hide(2000); $("#divNeeds").hide("slow"); $("#divHome").show(); But this appears from the bottom up, but they are asking me to appear from right to left and I can no...
asked by 11.04.2018 / 01:03
1
answer

Detect change in datatables select

I'm trying to integrate datatables into a project I have with materialize , however the design they have is quite different from materialize , researching me I found some good examples but with details, so I started playing with datatables...
asked by 12.04.2018 / 04:57
1
answer

Headers of datatable are positioned badly | responsive table materialize

I'm testing datatables with materialize, I was testing the class responsive-table in a table that I have initialized with datatable. The problem I see is that when you load the page from a medium screen upwards you look at the table we...
asked by 13.04.2018 / 02:49
1
answer

Show and hide divs

I have the following problem, I already managed to hide a div from right to left, but what happens is that the second div (the one that is going to be shown) does not appear until the first div is completely gone. But I need that as the first...
asked by 12.04.2018 / 00:48
1
answer

@ Url.Action does not work in javascript file [closed]

From a view razor I can call links with this window.location = '@Url.Action("ReporteDictaminaciones", "Auditoria")' + '?Auditor=' + auditor Passing it to a JavaScript file stops working. Any Solution?     
asked by 13.04.2018 / 19:04
1
answer

Extract external domain xml data with jquery

I happen to have an error in the browser when extracting the xml data from an external domain through jquery ajax. I try to do it this way: $.ajax({ type: "GET" , url: "http://api.radionomy.com/currentsong.cfm?radiouid=E8FBFBE1-E50...
asked by 15.04.2018 / 16:27
1
answer

How to configure Data table Jquery?

Good to know if you can configure Data Table and how to implement it but I wanted to know if you can choose what things to use if I only want the page because I only leave the page if I only want the search engine that only the search engine tri...
asked by 15.04.2018 / 17:17
1
answer

Send Json from jQuery to Spring mvc

I want to send a Json with this format { "tarjetas": [ {"nombre":nombre, "id": id, "lista": lista, "idLista": idLista}, {"nombre":nombre, "id": id, "lista": lista, "idLista": idLista} ... ] } I build it like t...
asked by 29.03.2018 / 12:20
1
answer

Limit DIV element characters from the Easy editor plugin with Jquery

Hello everyone, I put them in context: I have a textarea to which I found myself in need of adding a plugin in Jquery because I had to add functions of a WYSIWYG editor. The functions were basic, such as: Bold, italics and lists (to say an examp...
asked by 17.04.2018 / 00:31