JQuery Programmer Question:
What are all the ways to include jQuery in a page?

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
► 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 Question | Next Question |
What is the use of each function in jQuery? | What are the types of selectors in jQuery? |