5 jQuery Plugins to Make Stylish Modal Dialogs

Sam Deering
Share

Today we are sharing with you some of the jQuery plugins that you can use to create fancy modal dialogs using jQuery ;) As always, Happy Coding!

14 jQuery Modal Dialog Boxes

1. DOMWindow

jQuery plugin used to create DOM windows.
DOMWindow
Source + Demo

2. BlockUIPlugin (v2)

BlockUI adds elements to the DOM to give it both the appearance and behavior of blocking user interaction.
BlockUIPlugin
SourceDemo

3. FancyBox

Is a tool for displaying images, html content and multimedia in a Mac-style “lightbox” that floats overtop of web page.
FancyBox
Source + Demo

4. jqModal

Is a plugin for jQuery to help you display notices, dialogs, and modal windows in a web browser. It is flexible and tiny, akin to a “Swiss Army Knife”, and makes a great base as a general purpose windowing framework.
jqModal
Source + Demo

5. jqDialog

is a small dialog plugin that provides smooth, persistent, non-intrusive alternatives for alert(), confirm() and prompt(). There is also a notify() dialog that pops up and goes away in X seconds
jqDialog
SourceDemo