jQuery setPlaceholder plugin: An alternative for the HTML5 placeholder attribute
jQuery setPlaceholder plugin: An alternative for the HTML5 placeholder attribute
How to check if an element object is existing using jQuery
A simple implementation of a slideshow using jQuery Cycle Plugin with navigation.
This is a simple implementation of a tab switcher using jQuery jQuery Readings addClass() removeClass() hide() show() attr() click()
A simple image rotator using jQuery.
This article will show you how to create a simple rotating gallery images using jQuery and setInterval.
This article will show you how to create a simple star rating functionality using jQuery. All values will be stored in our $_SESSION variables. I have set the limit of number of votes to 20. In our demo, when you have reached the total number votes, just clear your cookies in order to use the [...]
Dynamically populate a select dropdown box using jQuery
In this article, I will demonstrate to you a simple code to retrieve post and receive data using AJAX in jQuery. What does this sample do? We would send a sample text via $_POST to our remote response file. Our remote url file would then generate a table with a random number of rows and [...]
Here is a simple code onĀ how you could customize your tooltips using jQuery. The idea here is to use the <label> tag as the custom tooltip for our links. The id of our <a> is the same value as the “for” attribute of the <label> tag. In this way, we have created a relationship [...]