add Modals and Popups

This commit is contained in:
chencheng
2014-07-13 21:26:27 +08:00
parent b9a9c878c7
commit 546d7d27ca

View File

@@ -29,8 +29,8 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources
* [Notifications](#notifications) * [Notifications](#notifications)
* [Sliders](#sliders) * [Sliders](#sliders)
* [Form Widgets](#form-widgets) * [Form Widgets](#form-widgets)
* Tips * [Tips](#tips)
* Popups * [Modals and Popups](#modals-and-popups)
* [Maps](#maps) * [Maps](#maps)
* [Other Awesome Lists](#other-awesome-lists) * [Other Awesome Lists](#other-awesome-lists)
@@ -346,6 +346,19 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
* [card](https://github.com/jessepollak/card) - Make your credit card form better in one line of code. * [card](https://github.com/jessepollak/card) - Make your credit card form better in one line of code.
## Tips
## Modals and Popups
* [Magnific-Popup](https://github.com/dimsemenov/Magnific-Popup) - Light and responsive lightbox script with focus on performance.
* [jquery-popbox](https://github.com/gristmill/jquery-popbox) - jQuery PopBox UI Element.
* [jquery.avgrund.js](https://github.com/voronianski/jquery.avgrund.js) - A jQuery plugin with new modal concept for popups.
* [vex](https://github.com/HubSpot/vex) - A modern dialog library which is highly configurable and easy to style.
* [bootstrap-modal](https://github.com/jschr/bootstrap-modal) - Extends the default Bootstrap Modal class. Responsive, stackable, ajax and more.
* [css-modal](https://github.com/drublic/css-modal) - A modal built out of pure CSS.
## Maps ## Maps
* [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps. * [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps.