tags:

views:

49

answers:

1

I have got a blog Url: www.DotNetAcademy.Blogspot.com please tell me, how can i use JQuery in that blog.

+3  A: 

You can just go to your blogger dashboard->Layout->Edit HTML

and add

<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'&gt;&lt;/script&gt;

and you can start using it.

S.Mark
Can't really say more than that. Anything you want to do in particular?
hfidgen