Questions tagged as 'jquery'

1
answer

Capture td value and pass to a form?

As I do not know much (almost nothing javascript) I humbly ask your help, I have a dataTable populated by data that comes from the database, and when I click edit it opens a modal that should bring data from I have tried a few strings here, with...
asked by 20.02.2016 / 22:06
1
answer

Jquery stops working after running the load command

I'm using the $("#teste").load(location.href+" #teste>*",{id : idd}); The command updates the data div group and sends parâmetro to it. The div , has class, jquery commands that interact with the user. When loa...
asked by 18.12.2015 / 18:28
2
answers

dynamic inheritance of value of an input for the children (unordered list)

Hello, I need some idea how to create a dynamic inheritance of values from a parent input to the children and grandchildren input. Once the user types the value into an input it automatically needs to be changed in the child items. based on an i...
asked by 17.12.2015 / 18:57
1
answer

Intel XDK $ .getJSON does not return php value

I am doing a query in mySQL using $.getJSON , but I am not able to return the value. test page: <!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <script src="http://code.jqu...
asked by 17.12.2015 / 21:54
2
answers

List all "date" attributes that contain a certain code

I need to list all data faults that contain certain code in their name ( not in value ). HTML tag example with attributes: <input type="hidden" id="products-end" data-flavor-id-15515-1="abc" data-flavor-pr-15515-1="abc" data-flavor-id-15...
asked by 16.11.2015 / 23:16
1
answer

Retrieve data from Symfony action in Ajax

Hi, I have a button that triggers a Ajax action that leads to a action in controlador Symfony . In the action I can do select and see the information I want, but I just can not get it in Ajax, in view . Look at m...
asked by 17.11.2015 / 12:07
2
answers

Validate input to receive value with separator per point with jquery?

I need you to only receive values with this formatting (20.00) Resolved <!-- apenas números--> <script> function somenteNumeros(num) { var er = /[^0-9.]/; er.lastIndex = 0; var campo = num;...
asked by 30.12.2015 / 14:29
2
answers

Column Size with DataTables

I'm using the DataTables plugin to page a records into a panel. The problem is that this table has 5 columns, the last one is called action where there are 4 links (currently one below the other because of column size). I would like t...
asked by 30.10.2015 / 14:16
1
answer

Scripting Conflict

I'm developing a site and for page transitions, using $ .get () from JQuery and just change the center of the index.html, without the page reloading. However, some features of the code snippets that I include require scripts, which are also used...
asked by 26.10.2015 / 03:42
1
answer

JavaScript Check Box

I'm doing maintenance on a system, and I found the following code: $(".MinhaClass").die(); $(".MinhaClass").live('click', function () { // Código } .MinhaClass refers to a list of checkbox . I was asked to add a checkbox...
asked by 26.10.2015 / 17:43