Autolist - Classifieds, Directory, Multipurpose Listing HTML Template

Date Range Picker

A JavaScript component for choosing date ranges, dates and times.General Date Range Picker HTML structure in Autolist template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    
<!-- Internal Daternagepicker js -->
<script src="../assets/plugins/bootstrap-daterangepicker/moment.min.js"></script>
<script src="../assets/plugins/bootstrap-daterangepicker/daterangepicker.js"></script>

		
	

Below js is in advanced-form-elements.js (assets/js/advanced-form-elements.js)



//Date range picker
$('#reservation').daterangepicker();


		
	
Type URL
Plugin Link https://www.daterangepicker.com/
File Upload

General File Upload HTML structure in Autolist template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    
<!-- Internal Fileuploads js -->
<script src="../assets/plugins/fileuploads/js/fileupload.js"></script>
<script src="../assets/plugins/fileuploads/js/file-upload.js"></script>

		
	
Type URL
Plugin Link http://jeremyfagis.github.io/dropify/
Fancy uploader

General File Upload HTML structure in Autolist template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    
<!-- InternalFancy uploader js -->
<script src="../assets/plugins/fancyuploder/jquery.ui.widget.js"></script>
<script src="../assets/plugins/fancyuploder/jquery.fileupload.js"></script>
<script src="../assets/plugins/fancyuploder/jquery.iframe-transport.js"></script>
<script src="../assets/plugins/fancyuploder/jquery.fancy-fileupload.js"></script>
<script src="../assets/plugins/fancyuploder/fancy-uploader.js"></script>

		
	
Type URL
Plugin Link https://www.jqueryscript.net/demo/Fancy-File-Uploader-jQuery/