jQuery Plugin For Folding Tree Structure – file -explore.js

jQuery Plugin For Folding Tree Structures

File-explore.js is a minimal jQuery folder tree/file explorer plugin used to convert nested unordered lists into a hierarchical tree that is both expandable and collapsible. How to use it: 1. Add the jQuery file-explore plugin’s files to the webpage which has jQuery library loaded. 2. By default, the plugin uses Font Awesome iconic font for […]

File Explorer-like Tree View Plugin For jQuery – explr-js

File Explorer-like Tree View Plugin For jQuery

explr-js is a jQuery plugin that converts nested html lists into a File Explorer-like hierarchical tree with smooth animation and custom icons support. How to use it: 1. Load jQuery library and the jQuery explr-js plugin’s files in the html file 2. Create nested html lists containing hierarchical data to be represented as a tree: […]

How to Upload Multiple Files Using PHP ?

Multiple File Upload

In this tutorial, we are going to see how to upload multiple files using PHP. I am using “Fine Uploader” a JavaScript, open source and free library. Also, fine-uploader has no dependencies. It is simple and easy to understand. It shows a progress bar during upload and preview for the uploaded files in a gallery […]

jQuery AJAX Autocomplete – Country Example

jQuery-AJAX-Autocomplete

Autocomplete feature is used to provide the auto suggestion for users while entering input. In this tutorial, we are going to suggest country names for the users based on the keyword they entered into the input field by using jQuery AJAX. jQuery Autocomplete function is called on the key-up event of the input field. This […]