Jquery for blogger:
How to Install Jquery?
Jquery is a plugin which is very important for a website or a blog, if you want to customize your blog template to it fullest than jquery is a must to install. Today most of the widgets and plugins are using jquery for animation and designing.
So now we go to the tutorial , In this tutorial i am going to show you how to install jquery latest 3.3.1 bulid in to blogger .
Note. Please make a backup of the template before doing the procedure.
Procedure:
Step 1:
Go to blogger.com and open your google account.
Step 2:
Go to theme . it is located in the left sidebar.
Step 3:
Click on Edit HTML and open HTML editor.
Step 4:
Now click inside html editor and press ctrl + F to open search bar in HTML editor.
Step 5:
Type </head> in the search bar and press enter.
After typing </head> Press Enter
Step 6:
Now copy the code given below and paste it above </head> tag.
Copy All Code
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js" type="text/javascript"></script>
Step 7:
Click on save to apply it to the template.
Click SAVE THEME
Now you have successfully installed Jquery in your blogger template.