Questions tagged as 'jquery'

1
answer

How can I make multiple divs work in roll-out status with Jquery?

Good, I need to know how to make this Java Script code more optimized, it works for me so far. I have Divs with class "item" and images inside. The only thing I do is change the attribute when they are in mouse over and out, but I need help to k...
asked by 30.03.2017 / 17:31
3
answers

Disabled does not work Javascript

I have the following code to unlock a button, but it does not work, What is the error ?, which means that the error only appears in the google chrome console and not in the errors for example of liveweave.com? ERROR:    uParty is n...
asked by 10.05.2017 / 05:28
3
answers

Bring checkeado from dynamic radio button database?

I have this radio button that fills up from the database dianamically, In what way could your database be checked from the database for editing? , I would be served either in jquery or php greetings thank you! <div class="inline-group"&g...
asked by 28.03.2017 / 04:03
1
answer

Add new input with autoNumeric class

I have my code: var tr = '<tr class="tr_new">'; tr +='<td><input type="text" name="txt_comi_cond1[]" class="moneda" size="10"></td>'; tr +='<td><input type="text" name="txt_comi_cond2[]" class="mone...
asked by 14.03.2017 / 01:10
1
answer

PHP - send data from a form to a modal bootstrap with php oop

I hope you can help me. it does not show any error and it does not respond when you click on the Save button. I tried the PHP insertion code on another page without booting and it works I wonder why it is not working in modal dialog. Annex co...
asked by 21.03.2017 / 21:35
1
answer

Sort Datatables in DD-MM-YYYY

I have a datatable with some dates and these do not take the format of DD-MM-YYYY I have been testing in several ways (especially this but I do not quite understand the operation exactly. $(document).ready(function() { $('#...
asked by 20.03.2017 / 17:16
1
answer

How to give value to input with a global variable jquery?

I have a select that in a file js is serving me for different things like a change so that I list those cities that depend on the id of the country, it turns out that now I need is that when you click on the option (en el select del pais)...
asked by 21.03.2017 / 23:22
1
answer

Error in menu with jQuery function

I have the following code: <script type = "text/javascript"> lightbox.option({ 'alwaysShowNavOnTouchDevices': true }); listapremier(); $(function(){ $('a').click(function(e){...
asked by 10.03.2017 / 01:58
2
answers

Update the image view when replacing it in the source folder without reloading the page

I have the following problem, it is a page where the products have an image, I want to change the image, replacing it in the source folder, that works for me. What does not work for me is how to update the new image (which has the same name and...
asked by 09.03.2017 / 05:23
2
answers

How to insert the id of the data? but to show me the name in the select2

In the select I already show the name of the data 'json', but I want to send to the db its id. <section class="col col-6"> <label class="label"> Nombre </label> <select name="room_id" id="room_id" class="form-control...
asked by 09.03.2017 / 21:00