JQuery Programmer Question:

What are all the ways to include jQuery in a page?

JQuery Programmer Interview Question
JQuery Programmer Interview Question

Answer:

Following are the ways to include jQuery in a page:

► Local copy inside script tag
► Remote copy of jQuery.com
► Remote copy of Ajax API
► Local copy of script manager control
► Embedded script using client script object


Previous QuestionNext Question
What is the use of each function in jQuery?What are the types of selectors in jQuery?