What is the basic need to start with jQuery?
Answer / chaitanya
To start with jQuery, one need to make reference of it's library. The latest version of jQuery can be downloaded from jQuery.com.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is window.onload is different from document.ready()?
Which sign is used as a shortcut for jQuery?
How can events be prevented from stopping to work after an ajax request?
How to redirect to another page using jquery?
Explain the difference between .js and .min.js? : jquery mobile
What is jQuery connect?
What is CDN?
How do you disable or enable a form element?
Tell me what are the slow selectors in jquery? : jquery mobile
Explain url paremeter of jquery ajax method?
What is $('div')? : jquery mobile
How do I pull a native DOM element from a jQuery object?