How to check if number is numeric while using jQuery 1.7+?
Answer Posted / chaitanya
Using "isNumeric()" function which was introduced with jQuery 1.7.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can events be prevented from stopping to work after an ajax request?
How to check or uncheck all checkboxes using jquery?
What is jQuery connect?
What is the difference between prop and attr?
What is difference between .setinterval() and .delay() ?
What is the difference between $(this) and 'this' in jquery?
What is the difference between onload() and document.ready()?
Explain the features of jquery?
what are the features of jquery
How to delete cookies in jquery?
Explain .siblings() method in jquery?
Tell me how do you stop the currently-running animation? : jquery mobile
Explain event.preventdefault? : jquery mobile
Explain the difference between javascript and jquery? : jquery mobile
How can jquery be used in conjunction with another javascript library that also uses $ for naming?