S.no Title Content Publish Date
1Check Username Availability with Vue.js and PHPLive username availability checking on the registration page is the common feature in most of the website. ...2018-04-16
2Confirmation alert Before Delete record with jQuery AJAXIt is safe to display confirmation alert before deleting a record from MySQL database table. If the user has accidentally clicked the delete button on the wrong record then it h ...2018-02-15
3Create and download zip file with AJAXZip file creation is a better way to enable the user to download multiple files in one package. This may affect the page load time according to the number of files and their size. ...2017-10-16
4Delete multiple selected records with jQuery and AJAXIf you are allowing the user to delete the list of records and they are more in numbers then it will hard for the user to delete the specific record one by one and consumes more ti ...2017-10-05
5Drag and Drop file upload with Dropzone in CodeIgniterDropzone is a JavaScript library which allows uploading file by drag'n'drop and display the file preview after upload. It is easier to add to the page and it does not depend on ...2018-06-04
123Last ›