May 12, 2010

Add The Latest Version Of jQuery On Blogger

jQuery blogger install
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.

How to add jQuery to your blogger blog:

1. Open your Blogger HTML editor.

2. Past the following JavaScript just above the closing </head> tag:



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

3. Click Save template

jQuery Cookbook: Solutions & Examples for jQuery Developers (Animal Guide)