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 |
How do I check if an element is hidden in jQuery?
Explain the difference between .js and .min.js?
Is jQuery replacement of Java Script?
Which sign is used as a shortcut for jQuery?
How to select combobox select value and text using jquery?
Explain .delegate()? : jquery mobile
What is cdn and how jquery is related to it?
What is the difference between onload() and document.ready()?
What is the difference between bind() and live() function in jquery?
What are the different types of selectors?
How to resolve conflicts with other libraries?
Why html 5 inputs look different across devices and browsers? : jquery mobile