jQuery Checkbox Validation – Limiting Checkboxes To Be Checked


Sometimes you are required to limit the checkboxes to be checked. For this purpose here is a very simple tutorial that will help you to limit the checkboxes selection using jQuery. In my tutorial i have applied limitation at maximum 3 (three) checkboxes, which means you can select any three checkboxes, you can change this number of limit.

0 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Check File Size & Extension Before Uploading Using jQuery


Today, i will share a tutorial with you how to check file size and extension before uploading the file. It is one of the most common validation that need to be check before uploading file, i wrote this simple tutorial to validate the image file size (Maximum 1 MB Allowed) and extension (JPG, JPEG, PNG or GIF are allowed) for our image file by using jQuery.

21 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

jQuery Sum & Subtract Two Input Fields Values


In this tutorial I will explain how to add & subtract two input fields values using jQuery. This is very simple tutorial, you just need to write HTML and jQuery to achieve it.

Note: Don’t forget to include the jQuery library in the header or footer of web page.

19 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Automatic Serial Number & Zebra Striping in HTML Table Rows with CSS


Today i will going to explain how to add automatic serial numbers and zebra striping in HTML table rows with CSS.

I will write simple HTML table code and i am leaving empty first

of every row, automatically generated serial number will use that empty

.

14 Comments

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks