Define all the ways to include jquery in a page?
Answer / Shiv Gopal Mishra
1. Download the jQuery library and include it locally (in the head or body section).
2. Include it from a CDN (e.g., Google Hosted Libraries, Microsoft AJAX CDN).
3. Use a script tag in the HTML file with a remote URL pointing to the jQuery library.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to find all sibling elements after the current element using ?
What is difference between onload and ready?
Define type paremeter of jquery ajax method?
What is event preventdefault () and event stoppropagation () in jquery?
What are the the two types of cdns?
How can an element be checked if it contains a specific class?
What are the advantages of jQuery?
List a few features of jquery mobile? : jQuery Mobile
What is eq()? : jquery mobile
Do we need to add the jquery file both at the master page and content page as well?
What is the use of val() method in jquery?
Can you please explain the difference between event.preventdefault and "return false"? : jquery mobile