How to check data type of any variable in jQuery?
Answer / chaitanya
Using $.type(Object) which returns the built-in JavaScript type for the object.
| Is This Answer Correct ? | 2 Yes | 0 No |
With jquery ui 1.7 being released in the last few days, what do you see as the key parts of jquery ui 1.7? What are you most proud of out of that release?
What is the difference between the knockout and jquery?
What is the basic need to start with jQuery?
How can we apply css in odd childs of parent node using jquery library?
What does $("P") will select?
Why we need jquery mobile? : jquery mobile
Is there any advantage of using $.ajax() for ajax call against $.get() or $.post()?
What is the difference between .empty(), .remove() and .detach() methods in jQuery?
How do you install/use jquery in a project.
Define jquery $.ajax() method?
What is the difference between the id selector and class selector in jquery?
What is the advantage of using the minified version of jquery rather than using the conventional one?