
In this tutorial, i will explain how to create a select box with search option using jquery, you must have seen on various websites that when you open html select box, it also provide you option to write in input field to make your selection easy.
27 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks

We all have encountered captcha validations in online web forms. Basically captcha are used to check that weather you are human or a bot. These captcha images contains some readable text with some noise, shape, distortion, lines and dots, which are understandable by human.
74 Comments
Facebook Official Page: All PHP Tricks
Twitter Official Page: All PHP Tricks

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