rumenpetrov / filer

Filer is jQuery plugin for custom file upload inputs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:JavaScript 74.8%Language:HTML 19.1%Language:CSS 6.0%