From 546d7d27caf1d528ad9b6fc7c100de419883e06c Mon Sep 17 00:00:00 2001 From: chencheng Date: Sun, 13 Jul 2014 21:26:27 +0800 Subject: [PATCH] add Modals and Popups --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3fa040..fc06a37 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ A curated list of amazingly awesome browser-side JavaScript libraries, resources * [Notifications](#notifications) * [Sliders](#sliders) * [Form Widgets](#form-widgets) - * Tips - * Popups + * [Tips](#tips) + * [Modals and Popups](#modals-and-popups) * [Maps](#maps) * [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. +## 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 * [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps.