Category Archives: jQuery


January 15, 2024 5:04 am

How to Mask an input box in jQuery


How to Mask an input box in jQuery
Today i have some requirement for masking on one of my project and i have used a masking lightweight library and i love it. So i have decided to write about it on PHPGang.Masking allows users to easily fix width of input boxes where you require input from user in a pacific format like dates, phone numbers etc.

[ Read More ]


January 13, 2024 5:04 am

How to Crop Image with jQuery and PHP


How to Crop Image with jQuery and PHP
I have received many requests from my readers to write something on image crop in php, so today I am going to write this tutorial on PHPGang how to crop images with jQuery and PHP.I have used jCrop javascript library to perform this task with PHP its a very easy to implement and very useful for thumbnail generation.Hope you love this tutorial.

[ Read More ]


January 12, 2024 5:03 am

How to Integrate jQuery Scroll Paging with PHP


How to Integrate jQuery Scroll Paging with PHP
I have received many request from my readers that how to load page on scroll down like now days many websites doing specially Facebook and Twitter so i have decided to write this helpful article.It uses jQuery and php to load page on scroll down, we have 2 pages one for first time load and second page can be loaded on scroll.

[ Read More ]


January 4, 2024 5:02 am

How to Callback Cross Domain Data with Jquery & JSON


How to Callback Cross Domain Data with Jquery & JSON
In this Tutorial I am going to explain you that how you can callback cross domain data with jQuery and JSON(JavaScript Object Notation) is a lightweight data-interchange format.

[ Read More ]


December 18, 2023 5:04 am

Submit a form without page refresh PHP & jQuery


Submit a form without page refresh PHP & jQuery
In this tutorial we have a simple form with name, email & phone number. The form submit all fields to a PHP script without page refresh, using native jQuery method (native meaning, you don’t need to download any extra plugins to make it work.

[ Read More ]


December 21, 2016 8:34 am

Create Bootstrap form wizard and validation with jQuery


Create Bootstrap form wizard and validation with jQuery
In this tutorial I will show you how to create form wizard and validation in jQuery, its a simple snippet created with Bootstrap and jquery to make a simple long from in steps to improve data collection process and beautify webpage.

[ Read More ]


November 30, 2016 7:15 am

jQuery Fullcalendar Integration with Bootstrap, PHP & MySQL


jQuery Fullcalendar Integration with Bootstrap, PHP & MySQL
Recently I have used this plugin in an application and faced some issues to integrate it with bootstrap so I don't want my readers to waste time in integration in this tutorial you will get a fullcalendar working with bootstrap, PHP & MySQL. We are doing some basic operations like add event, edit event and delete event.

[ Read More ]