Questions tagged as 'jquery'

1
answer

Select2 Multiple of Bootstrap does not close

I have this problem with the select2 of bootstrap (3.3.7) It is a multiple select that does not close. It is assumed that by clicking outside the select, the dropdown containing the list of options must be closed and it does not. I am using Expl...
asked by 06.04.2017 / 15:59
1
answer

Multi-language page with jquery and javaScript functional for IE [duplicated]

I need to make my HTML multilanguage, I have seen on the Internet what can be done with php but there are people who have done it with jQuery and javascript. I know that in principle the part of loading the language would have to be done from...
asked by 11.04.2017 / 10:17
1
answer

InvalidAccessError Internet Explorer

I have the following Ajax, for the creation of a credit card, the script works perfectly in chrome but in IE it does not, it throws me an error InvalidAccessError , the site is on https. $('.js-payment-form').on('submit', function...
asked by 10.04.2017 / 21:19
1
answer

Error using a for with jQuery and Canvas

I am looking for the same amount of images on a canvas when I enter values at input . This is what I have: var distancia, aux = 0; for (var i = 0; i <arrText.length; i++) { parseFloat(arrText[i]); distancia = (arrT...
asked by 06.04.2017 / 14:42
1
answer

autocomplete jquery post data

I need to send data from a form via post using the jquery autocomplete link so far I have the following method $("#autocompletar").autocomplete( "<?php print base_url();?>Controller/Autocompletar/", {...
asked by 24.04.2017 / 18:57
1
answer

Add text entered in an html table

I have home.html Nombre: <input type="text" id="nombre"> <button type="button" id="add">Agregar</button> <table id="test"> <thead> <tr> <th>Nombre</th> </tr> </thead&g...
asked by 24.04.2017 / 14:12
0
answers

Error Template with Angularjs and Jquery

I downloaded a free template and I'm trying to adjust it with angularjs, but the problem I have is that the animations, carousels of images or navigation between divs does not work. I would like to know what I should do to solve this problem...
asked by 04.04.2017 / 15:22
0
answers

Does not show gauge chart in bootstrap modal window

Greetings, I have the following problem: I'm doing a gauge graph, using the Gauge.js script, on a Modal window of Bootstrap 3. To this modal I add a view from Laravel. The problem I have is that when I display the modal, the gauge graphic (wh...
asked by 04.04.2017 / 18:39
0
answers

problems loading partial views strongly typed with ajax

I have the following code that at jquery, try to bring the data from a partial view and show them in the main view. the issue is that when you start the process, and click on the corresponding button, the load event, does not load anything, ther...
asked by 04.04.2017 / 18:54
1
answer

Error Can not read property 'parentNode' of null with Jquery DataTables

I am building a table dynamically, this I have done in other modules of my page exactly the same, but this time I am generating that error and I do not know why, on the page I have another table that I assemble almost the the same way, the only...
asked by 04.04.2017 / 14:18