Skip to content

snatchev/bootstrap-filestyle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filestyle Bootstrap

Customization of input html file for Bootstrap Twitter

Getting Started

In your web page:

<head>
    <link rel="stylesheet" href="css/bootstrap.css" />
    <script src="js/jquery.js"></script>
    <script src="js/bootstrap.min.js"></script>
    <script src="js/bootstrap-filestyle.min.js"></script>
</head>
<body>
    <input type="file" />
    <script>
       jQuery(function($) {
          $(':file').filestyle();
       });
    </script>
</body>

Documentation and Examples

http://markusslima.github.com/bootstrap-filestyle/

About

jQuery customization of input html file for Bootstrap Twitter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%