Or in another words: prepare Your site to jQuery power .
What is all about?
To be not so technical (which is a desired trait of this blog), You could consider jQuery just another programming language - with the help of which You can achieve considerably more than with sole HTML & CSS (read more about when jQuery may come in handy).
How to install jQuery on Your site?
There are two ways You can do this: one in which You feel comfortable with editing the template itself - and another one in which it is not necessary. I would recommend the latest/easiest way because there is really no more than a tiny difference between the two - but the simpler one saves You time and hassle . It comprises on using "HTML/JavaScript" gadget (I’m used to say that this is the most powerful Blogger gadget at all
).
jQuery implementation on Blogger:
Remember: the easiest way is to use the same gadget for all jQuery instructions.
/* (this code is responsible for loading jQuery alongside the rest of Your site in order for it to be enabled) */
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
Done !
No comments:
Post a Comment