JQuery is the now a day very famous and came in 8 out of 10 webpages we visit. There is nothing dificult yo add this to your own blog. All you have to do is to add one line of code (script) to your blog's template’s header.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" type="text/javascript"></script>
FYI:
You don't need to upload any file or anything.Google will host it for your.
STEPs to add jQuery to Blogger:
- Login to your dashboard;
- Choose your blog;
- From the top menu select “Layout”;
- Then select “Edit HTML” sub-menu;
- Add the above code anywhere between
<head></head>
tag (or alternatively, just above</head>
tag)
and you are done.
Now, you can add jQuery plugins to your blog.
Enjoy coding.... ;)
Comments
Post a Comment