With the Select2 jQuery plugin, you can customize the default HTML select element. It allows searching, multiple option selection, loading...
Read More!By adding autocomplete on a textbox makes it easier to search for an item. It displays a suggestion list based...
Read More!With AJAX you can perform an action on the server without refreshing the whole page. You can use it to...
Read More!There’s a lot to love about PhoneGap, from its easy-to-use interface to its huge library of app resources. However, it...
Read More!CSV is a widely used format for exchanging data between applications. The database and data dumps should be in a...
Read More!With file uploading, the user can import data and upload media files to the server. In this tutorial, I show...
Read More!Cross-Site Request Forgery (CSRF) requests are a type of malicious exploit whereby unauthorized commands are performed on behalf of an...
Read More!CRUD (Create, Read, Update, and Delete) is a basic requirement when working with database data. In this tutorial, I show...
Read More!Adding multiple file elements for uploading multiple files is time-consuming and you need to write some extra code for this....
Read More!