Skip to content
/ filer Public
forked from rumenpetrov/filer

Filer is jQuery plugin for custom file upload inputs.

License

Notifications You must be signed in to change notification settings

Shnoulle/filer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Filer

Filer is jQuery plugin for custom file upload inputs.

Getting started

To use it just add the styles and the javascript into your project.

<link rel="stylesheet" href="jquery.filer.css" type="text/css" media="all" />

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="jquery.filer.js"></script>

To init the plugin add this:

<script>
	$('input[type="file"]').filer();
</script>

About

Filer is jQuery plugin for custom file upload inputs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.9%
  • HTML 19.1%
  • CSS 6.0%