As a PHP beginner working with json sometime becomes very difficult. And this difficulty converts into nightmare when json is used with ajax. But don’t…
Category: jQuery
Checkboxes are the best way to get single or multiple options from user. You often see some sites where you are able to check and…
Dropdown is the best way to force user to select any one option by giving him/her a list of options. But sometimes there is a…
There are lots of ways to add validation in html form. You can use simple javascript or jquery to perform validation. In this tutorial I…
Image zoom on hover can be really a nice feature. Specially when you have a shopping cart website or a blog, image zoom feature add…
Whenever we use html table to show data in columns we often need some type of data sorting feature. Because sorting save lot of time…
Multiple file uploads are what I want quite often. I can use multiple file upload field to fulfill that but what if I don’t know…
Contact form is one of the common feature of every website to get user opinion. Almost 99.9% of websites need contact form to interact with…
Accordion is a very useful feature when you need to put large amount of content into small area in website. jQuery come up with built-in…