Bizdire - Business Directory and html5 template

Select2

Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.General Select2 HTML structure in Bizdire template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    
<!-- Select2 js -->
<script src="../assets/plugins/select2/select2.full.min.js"></script>
<script src="../assets/js/select2.js"></script>

		
	

Note : After Changing scss you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

Type URL
Plugin Link https://select2.org/
Multiple Select Styles

Multiple Select also supports multi-value select boxes. The select below is declared with the multiple attribute.General Multiple Select HTML structure in Bizdire template. Here is the Folder structure.

	
		
		
	
	
		
		
	
    
<!-- Select2 js -->
<script src="../assets/plugins/select2/select2.full.min.js"></script>
<script src="../assets/js/select2.js"></script>

		
	

Note : After Changing scss you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

Type URL
Plugin Link http://multiple-select.wenzhixin.net.cn/en/
File Upload

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

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

Note : After Changing scss you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

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

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

	
		
		
	
	
		
		
	
    
<!--  INTERNAL File-Uploads 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>

		
	

Note : After Changing scss you must run gulp command i.e, gulp watch . Refer gulp page for more gulp commands click here.

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