Instructions:
1. Verify your jQuery file is saved as a ".js" file. To do this, open Notepad by selecting "Start," clicking "All Programs," choosing "Accessories" and clicking "Notepad." Copy the jQuery code, and select "Save As." Enter a name for the file and add the file extension ".js".
2. Upload your .js file to a directory online such as a Web hosting account. Write down the URL of where the file is located online.
3. Log into Blogspot and click "Edit" underneath the blog that you want to add the jQuery file to.
4. Select "Edit HTML" in the Blogspot Dashboard.
5. Copy the code below into the head tags, between the "<head> </head>" tags.
<script src="jquery.js" type="text/javascript"></script>
For example:
<script src="http://www.mywebsite.com/jquery.js" type="text/javascript"></script>
7. Click the "Save Template" button to save the changes. Share This :
0 comments:
Post a Comment