Questions tagged as 'jquery'

1
answer

How to make a Grafica with highcharts

I want to make a Grafica like the one in the following link    link $(function () { var data_trip = ["2011-01-22","2012-01-22","2013-01-22","2014-01-22","2015-01-22","2018-01-22"]; var data_metros = [123,156,236,742,14,245]; H...
asked by 08.08.2017 / 22:44
1
answer

Problem with jQuery and Ajax?

I have been trying to get the response from the server using a function between jQuery and Ajax, but as much as I send the information from the form I have no response from my request. I do not know what happens, because Ajax does not give me an...
asked by 31.07.2017 / 20:52
1
answer

Jquery each does not work

Hi, I'm creating a shoping cart and I'm using DCAJAXPaypalCart but the data is not added for every spoc class I find. DCAJAXPaypalCart Here's where the shoping cart example is $(function () { var cart = $('#cart').DCAJAXPaypalCart({...
asked by 01.08.2017 / 21:13
0
answers

Using jquery-ui to perform searches in a head, with suggestions results

I have built a search engine that is issuing suggestions as we enter text in your box, is inserted in a header with styles in Bootstrap, to create it, I have used php, MySQL, Ajax, JQuery and JQuery-UI (with its js and css), the search engine co...
asked by 06.08.2017 / 22:09
1
answer

Fast input with jQuery and AJAX

I am creating a page for a product and it has a customizer such as color, texture, name and quantity, it has the ability to generate the cart on the same website with ajax providing the possibility to modify the custom product previously. The...
asked by 24.07.2017 / 20:22
0
answers

LocalStorage Select disabled

I have this design And what I am trying to do is that those who are disabled save them in the localStorage and that when refreshing the page or close and open it again they remain disabled $(function() {...
asked by 24.07.2017 / 14:37
0
answers

typeahead show results

I have a inputText that I want to autocomplete with a list of words that are read from a bd table using ajax using typeahead.js . The problem I have is that although by ajax I get all the results that contain the input text, they do...
asked by 31.07.2017 / 13:00
1
answer

XML read error: incorrect content after an XML element of the document,

I am loading ajax when testing in the browser it launches the following error: $(document).ready(function () { $.ajax({ url: "otrapagina.html", method: "GET", dataType: "html", success: function (respon...
asked by 02.08.2017 / 18:57
0
answers

Problem with jQuery routine to display content with buttons

I have two buttons where I should press and show me three more buttons that are hidden plus one of the information on each button. My idea is that when I open the section it shows me the content of the first button (Neighbor Service), and tha...
asked by 20.07.2017 / 14:53
2
answers

show modal with jquery and bootstrap4

Good evening I am trying to call a modal with bootstrap 4 and jquery but I do not get it done as it says the documentation $ ('# myModal'). modal ('show') but it marks me an error link Could you help me please I've been trying for a while a...
asked by 22.07.2017 / 03:09