PHP Captcha using jQuery AJAX
In this tutorial, I’m using jQuery AJAX for getting captcha image from PHP. Using jQuery we can also refresh the captcha code by resending AJAX call to generate new captcha image. I always try...
Collection of Thoughts
In this tutorial, I’m using jQuery AJAX for getting captcha image from PHP. Using jQuery we can also refresh the captcha code by resending AJAX call to generate new captcha image. I always try...
If you are looking for a simple Ajax image uploader script with progress bar then you will follow this tutorial. In this tutorial I’m going to display a progress bar during the AJAX file...
Do you have long list of products to show on category pages and you do not want to use the standard pagination method? If you are looking to avoid this long and irritating process...
I recently searched and developed Ajax filter to select a bunch of records from a database, then on the client side use AJAX to filter those records according to certain criteria. In this tutorial...