Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Selectize.js | 12,920 | 600 | 105 | 2 days ago | 7 | July 12, 2018 | 42 | 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,258 | 1,182 | 35 | 15 days ago | 89 | August 17, 2022 | 14 | 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,017 | 398 | 116 | a month ago | 28 | September 03, 2021 | 2 | mit | JavaScript | |
jquery tree plugin | ||||||||||
Jquery Mask Plugin | 4,651 | 250 | 57 | 4 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 | 49 | a year 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 | 9 | 2 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 | 1 | 3 years ago | 8 | April 26, 2016 | 76 | mit | CSS | |
A simple and easy jQuery plugin for CSS animated page transitions. | ||||||||||
Bootstrap Multiselect | 3,619 | 82 | 21 | 2 days ago | 4 | August 01, 2021 | 300 | other | HTML | |
JQuery multiselect plugin based on Twitter Bootstrap. | ||||||||||
Jquery Match Height | 3,086 | 491 | 26 | 5 years ago | 4 | February 19, 2017 | 78 | mit | JavaScript | |
a responsive equal heights plugin |
#unveil.js ###A very lightweight plugin to lazy load images for jQuery or Zepto.js
Most of us are familiar with the Lazy Load plugin by Mika Tuupola. This plugin is very useful and it boosts performance delaying loading of images in long web pages because images outside of viewport (visible part of web page) won't be loaded until the user scrolls to them. Lazy Load has some cool options such as custom effects, container, events or data attribute. If you're not gonna use any of them you can reduce the file size by leaving just the essential code to show the images. That's what I did and this is my lightweight version of Lazy Load with support for serving high-resolution images to devices with retina displays - less than 1k.
Visit unveil's project page to read the documentation and see the demo.
###Browser support Compatible with All Browsers and IE7+.
###License Unveil is licensed under the MIT license.