Manju lata Yadav
How to include jquery in our project?
By Manju lata Yadav in JQuery on Aug 12 2014
  • Shankar C
    Aug, 2014 18

    You can include the script file directly in your page/master page, etc using:

    • 1
  • pankaj dutt
    Sep, 2015 3

    Paste this on your html page then u can use jquery in your html.

    • 0
  • pankaj dutt
    Sep, 2015 3

    Paste this on your html page then u can use jquery in your html.

    • 0
  • Shankar C
    Aug, 2014 18

    You can include the script file directly in your page/master page, etc using:

    • 0
  • Sahil Sharma
    Aug, 2014 14

    There are two ways to include jQuery in our project: 1. Online Mode: We can add jQuery into our project directly by using a CDN such as Google, Microsoft. 2. Offline Mode: We can download the jQuery library from the CDN and then include it in our project. Note: CDN is Content Delivery Network and it host the jQuery libraries online. Most popular CDNs are Google, Microsoft. If is always a good practice to use the CDN hosted jQuery in project instead of the offline one.

    • 0
  • Manju lata Yadav
    Aug, 2014 12

    There are two versions of jquery :- 1.Production Version:-This version is for your live website, because it has been minified and compressed to take up the least amount of space and time. 2.Development Version:-This version is for testing and development. 3. Both Google and Microsoft host several different versions of jQuery and other JavaScript frameworks. It saves you from having to download and store the jQuery framework

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS