Posts by user5988 • 76 points
5 posts
-
0
votes2
answers145
viewsA: Function to call other and popular inputs
In the button click event you can put a function calculates() and inside it only the call of the other functions you made. Something more or less like this: $( "button" ).click(function() {…
-
0
votes1
answer286
viewsQ: jQuery Mask does not read innerHTML
I’m having trouble generating mask reading(jQuery) on elements generated via innerHTML. Only that the validator works and after trying to insert a die outside the mask it loads the page with the…
-
2
votes4
answers2192
viewsA: How to insert a string containing the *character in the mysql database
Just change the field type to scan and insert as string in the field.
-
1
votes1
answer598
viewsQ: Jquery only validates one multi-element
I would like to show the required message in each input element in addition to performing the verification in each pair of checkbox and input text, but it is only occurring in the first input I am…
-
2
votes2
answers336
viewsQ: Why does the script not only accept the letter F?
I made a regular expression to accept values from 0.0 to 10.0 and the letter F and precisely with it I’m having problems, ends up denying in Addmethod’s own msg(). <html> <head>…