It's very simple.
1. Login to your blogger account.
2. Go to Dashboard and select your blog.
3. Select Layout and then click on Edit HTML.
4. Then add the following code below the <head> tag.
<script src='http://code.jquery.com/jquery-1.4.2.js'></script>
<script>
$('document').ready(function(){
</script>
<script>
$('document').ready(function(){
//your jquery code here.
//Note: Never use double quotes in your code or else blogger will return an error.
})</script>




0 Reactions to this post
Add CommentPost a Comment