Upload multiple files using PHP, jQuery and AJAX
How to upload multiple files using PHP, jquery and ajax? The most common method to upload multiple files was using FORM/POST and it is done by Php….
Generate Random alpha-numeric string by javascript – here is 1 simple methods
How to Generate random alpha-numeric string using javascript Generating random alpha-numeric string by javascript or jQuery can be achieved very easily because it requires some built in…
Dropdown Tree with Bootstrap and jQuery, Easy implementation
Implement an interactive DropDownTree with user-friendly UI. The DropDownTree is used to represent data in heirarchical structure, rendered in a tree-like structure, which provides multiple selection option and custom…
Datatable Select all checkbox using jQuery – Easy method
How to do datatable select all checkbox using jQuery Previously we discussed about Select all or Deselect all checkbox. Now we are going to discuss how to…
How to do select all checkbox using jQuery – fast & simple
How to do select all checkbox using jQuery. Here we’ll discuss both select all and deselect all checkbox using jQuery. Most of the time we may need…
Bootstrap button loading – very easy method
How to create a bootstrap button loading or spinner In this tutorial we will discuss how to show loading animation on buttons. HTML : jQuery : Bootstrap…