jQuery is a JavaScript Library.It is fast and concise
jQuery helps to simplifies HTML document traversing, event handling, animating, and Ajax interactions for web development.
Here i show you how to add jQuery to blogger.
1.Login to your blog.
2.Go to design page.
3.Select Edit HTML tab
4.Find the <head> section and paste the following code just below the tab.
5 save your blog.
jQuery helps to simplifies HTML document traversing, event handling, animating, and Ajax interactions for web development.
Here i show you how to add jQuery to blogger.
1.Login to your blog.
2.Go to design page.
3.Select Edit HTML tab
4.Find the <head> section and paste the following code just below the tab.
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js' type='text/javascript'/>
5 save your blog.
Comments
Post a Comment