Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Selectize.js | 12,970 | 600 | 109 | 13 days ago | 7 | July 12, 2018 | 50 | apache-2.0 | SCSS | |
Selectize is the hybrid of a textbox and <select> box. It's jQuery based, and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc. | ||||||||||
Bootstrap Fileinput | 5,301 | 1,182 | 35 | 24 days ago | 89 | August 17, 2022 | 18 | other | JavaScript | |
An enhanced HTML 5 file input for Bootstrap 5.x/4.x./3.x with file preview, multiple selection, and more features. | ||||||||||
Jstree | 5,080 | 398 | 136 | 13 days ago | 31 | February 19, 2023 | 2 | mit | JavaScript | |
jquery tree plugin | ||||||||||
Jquery Mask Plugin | 4,651 | 250 | 65 | 10 months ago | 30 | July 31, 2019 | 118 | other | JavaScript | |
A jQuery Plugin to make masks on form fields and HTML elements. | ||||||||||
Unveil | 4,272 | 3 years ago | 1 | February 03, 2015 | 106 | JavaScript | ||||
A very lightweight jQuery plugin to lazy load images | ||||||||||
Malihu Custom Scrollbar Plugin | 4,110 | 299 | 56 | 2 years ago | 11 | July 10, 2016 | 412 | other | JavaScript | |
Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support etc. | ||||||||||
Jquery Placeholder | 4,073 | 120 | 11 | 3 years ago | 4 | January 12, 2016 | 29 | mit | JavaScript | |
A jQuery plugin that enables HTML5 placeholder behavior for browsers that aren’t trying hard enough yet | ||||||||||
Animsition | 3,749 | 21 | 3 | 4 years ago | 8 | April 26, 2016 | 76 | mit | CSS | |
A simple and easy jQuery plugin for CSS animated page transitions. | ||||||||||
Bootstrap Multiselect | 3,620 | 82 | 24 | 6 months ago | 4 | August 01, 2021 | 302 | other | HTML | |
JQuery multiselect plugin based on Twitter Bootstrap. | ||||||||||
Jquery Match Height | 3,086 | 491 | 28 | 5 years ago | 4 | February 19, 2017 | 78 | mit | JavaScript | |
a responsive equal heights plugin |
A jQuery Plugin to make masks on form fields and HTML elements.
https://igorescobar.github.io/jQuery-Mask-Plugin/
bower install jquery-mask-plugin
npm i jquery-mask-plugin
meteor add igorescobar:jquery-mask-plugin
composer require igorescobar/jquery-mask-plugin
https://cdnjs.com/libraries/jquery.mask
http://www.jsdelivr.com/projects/jquery.mask
gem 'jquery_mask_rails' # more details at http://bit.ly/jquery-mask-gem
jQuery Mask Plugin has been tested with jQuery 1.7+ on all major browsers:
Definition can be found here.
To install, open terminal and navigate to your working directory.
npm install typings --global
.typings install dt~jquery-mask-plugin --global --save
.npm install --save-dev @types/jquery-mask-plugin
.For configuration options and troubleshooting refer to these repositories:
Before opening a new issue take a look on those frequently asked questions:
Did you read our docs? Yes? Cool! So now... make sure that you have a functional jsfiddle exemplifying your problem and open an issue for us. Don't know how to do it? Use this fiddle example.
We use QUnit and GruntJS. To run our test suit is just run: grunt test
in your console or you can open those test-for*.html
files inside of our test/
folder.
In case you're familiar with Docker here is how you can use it:
docker build -t jquery-mask .
CONTAINER_ID=$(docker run -d -v $PWD:/app/jquery-mask-plugin jquery-mask)
docker exec $CONTAINER_ID sh -c "npm install"
docker exec -it $CONTAINER_ID /bin/bash
grunt test