I have got a blog Url: www.DotNetAcademy.Blogspot.com please tell me, how can i use JQuery in that blog.
views:
49answers:
1
+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'></script>
and you can start using it.
S.Mark
2009-12-04 09:06:20
Can't really say more than that. Anything you want to do in particular?
hfidgen
2009-12-04 09:13:19