Define all the ways to include jquery in a page?



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

Post New Answer

More jQuery Interview Questions

How to find all sibling elements after the current element using ?

1 Answers  


What is difference between onload and ready?

1 Answers  


Define type paremeter of jquery ajax method?

1 Answers  


What is event preventdefault () and event stoppropagation () in jquery?

1 Answers  


What are the the two types of cdns?

1 Answers  


How can an element be checked if it contains a specific class?

1 Answers  


What are the advantages of jQuery?

1 Answers  


List a few features of jquery mobile? : jQuery Mobile

1 Answers  


What is eq()? : jquery mobile

1 Answers  


Do we need to add the jquery file both at the master page and content page as well?

1 Answers  


What is the use of val() method in jquery?

1 Answers  


Can you please explain the difference between event.preventdefault and "return false"? : jquery mobile

1 Answers  


Categories