Pages

Showing posts with label add jquery to blog. Show all posts
Showing posts with label add jquery to blog. Show all posts

Saturday, November 5, 2011

How to add jQuery to Blogger/Blogspot blogs

Adding jquery to blogspot is quite simple.....

Step 1 Login to your Dashboard


Step 2 Go to Template --> Edit HTML


Step 3 Locate <head> tag 


Step 4 Add the following code after <head> tag


<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" type="text/javascript"></script>


Step 5 Save Template


That's it!!!

If you have any questions, comments, or suggestions, please let me know in the comments section below!