How to add jQuery in Blogspot Template



The most effective method to include jQuery in Blogspot Template : 

JQuery is essential and valuable Javascript Library to include exceptional capacities HTML and CSS. It makes work less demanding in a little measure of time to include activity, impacts and phenomenal capacities. Blogger additionally underpins jQuery or javascript, just need to insert script connect in Blogspot format.

The measure of the jQuery record is just around 100KB however don't stress it doesn't back off your site on the grounds that the program can reserve the document.

After that take in some more about javascript and jQuery.

What is jQuery? 

jQuery is a quicker, littler, and include rich JavaScript library. It makes things like HTML archive traversal and control, occasion taking care of, movement, and Ajax much more straightforward with a simple to-utilize API that works over a large number of programs.

Elements of jQuery library 

1. HTML/DOM control

2. CSS control

3. HTML occasion strategies

4. Impacts and livelinesss

5. AJAX

6. Utilities

Step by step instructions to utilize Javascript or jQuery in Blogger

There are numerous approaches to include jQuery your site or blog and to begin including cool capacities. You can include by:

1. Download it from JQuery.com and host it yourself.

2. Have, it from CDN like Google CDN or Microsoft CDN

Step by step instructions to include jQuery with self-facilitated connect 

In the event that you think to have jQuery yourself and need to utilize it on Blogger, then you have to embed the accompanying codes in your blog layout.

<script src="jquery-1.11.3.min.js"></script> 

Instructions to have jQuery from CDNs 

On the off chance that you would prefer not to download the javascript then host javascript library yourself or you can utilize CDN and can begin utilizing javascript effectively.

Google CDN :

Utilize this connection to have from Google CDN.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> 

Microsoft CDN :

Utilize this connection to have from Microsoft CDN. 

<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.11.3.min.js"></script> 

Embeddings Hosted JavaScripts in Blogger 

To include script in blogger layout take after this means. 

1. Login to your blogger account and select blog where you need to include javascript. 

2. Go to Blogger template> Edit HTML and script for </head> 

3. Glue the given script source before the nearby head tag. 

Like this : 

<head> 

<script src="jquery-1.11.3.min.js"></script> 

</head> 

On the off chance that you discover the data in this post helpful, please impart it to your companions and partners on Facebook, Twitter and Google Plus.