0
Jquery Basics, How to use jquery?
Below are some basic examples of Jquery and its feature.
How to add jQuery to your website
Installing
You can download jquery.js file form jquery.com.
<script type=”text/javascript” src=”jquery.js“></script>
OR
Recommended
<script type=”text/javascript”...
Replacing images with time intervals using jquery
From today onwards i will be posting the jquery tutoials also, This post will show you how to replace one image with another one in specific time intervals. For example: replacing image1.jpg withimage2.jpg every 5 seconds.
Guys if you are not...
