Category Archives: jQuery
How to decode QR code
Recently i published a tutorial on How to Generate QR Code in PHP and many readers send emails to decode QR code, so i am writing this article to decode you QR code you have to upload image of QR code and it will show you text inside that code image. This QR code decoder works on HTML 5 file API and canvas tag and used webqr library.
[ Read More ]
How to ZoomIn Images in jQuery
Image zoom-in is very useful feature in an eCommerce website to show your product images to viewers in zoom with there ease. So in this tutorial i am going to show you how to make a very simple zoom in image program in which I have used a jQuery plugin jQZoom and explain its usage with a demo and you can also download that script for free.
[ Read More ]
How to create pagination in PHP and MySQL with AJAX
I have wrote an article on pagination with a simple class and many users like it and download it so now i have decided to write its and updated version with AJAX.In this article i am going to explain you how to create pagination in PHP & MySQL with AJAX for your websites.Pagination is a very important part in your websites reporting and this article will help you to create it very very simple.
[ Read More ]
How to Resize text using jQuery
If you are working on a blog where people come and read your article then you must add a resize text option on your website, because you don't know what size of fonts usually your readers love to read.If you have resize option readers can adjust the size of font they love and read your blog posts.Usually people increase and decrease text size with ctrl + + or ctrl + - zoom in zoom out browser window.Here you can only increase and decrease only text not the whole browser window, I am going to show you how to resize text using jQuery its very simple to integrate it with your new and existing projects.
[ Read More ]
How to Integrate live search in PHP and MySQL with jQuery
I have received many requests from my readers for live search in PHP and MySQL with jQuery, so today i have decided to write a tutorial how to integrate live search in PHP and MySQL with jQuery. Searching is one of the most required feature in web sites and if it will be live searching it will show you fast result on page. In this tutorial we will create a database and a table insert records and start searching in it.
[ Read More ]
How to implement jquery Timeago with php
In social media we can see that posting time changes frequently seconds ago, minutes ago and hours ago etc, so today i am going to write a tutorial on timeago jquery and its easy implementation with php.Please follow the instruction given in download package to implement it in your web applications.
[ Read More ]
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 ]