How to remove user’s ability to view their wordpress account page
How to remove user’s ability to view their wordpress account page
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.
A query for transferring data from one table to another. {code type=”php”} INSERT INTO table2 (field1,field2,field3) SELECT col1, col2, col3 FROM table1 WHERE table1_field2 = 10 {/code} In this query, we want to transfer the data from table1 whose col2 fields are equal to 10. Origin Table table1 col1 col2 col3 1 10 Apple 2 [...]
Sometimes there are instances where you need to debug a live web site without displaying HTTP Status code. Where you can’t create pages where you put notices like “Site Under Maintenance” or those animated GIF’s of a construction worker drilling the road. Those moments where you are itching to parse series of server-side scripts which [...]
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 [...]