The collection of many electronic circuits and electronic projects that easy to build with PCB layout for the hobbyist and study.

How to Add jQuery in your Blogger/Blogspot Template

No comments
jQuery is the very important thing to make effects, animation and cool functions for your blog. Many Blogger plugins are also using jQuery. Just embed jQuery into our blog template, it will help us save the time to develop and also provide us many option to make beautiful effects on our designs. A jQuery file is only about 100KB and available to cached, so don’t wory about the speed of your page after embedded it.

How to Add jQuery in your Blogger/Blogspot Template

Before insert jQuery, you must check that is it already installed in your template? Please find “https://ajax.googleapis.com/ajax/libs/jquery” if you found nothing, mean you need to continue, if yes, just stop and do nothing because your template had a jQuery library. To embed jQuery, please access your blog Template and click Edit HTML. In template Editor window, find the tag </head> and insert the following piece of code before it and you're done.

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

No comments :

Post a Comment