- Jquery popup new windows
- 18 jQuery модальных окон (popup окон, всплывающих окон)
- 1. bPopup.js
- 2. Messi
- 3. Shadowbox.js
- 4. jQuery Impromptu
- 5. jqModal
- 6. Colorbox – a jQuery lightbox
- 7. NyroModal v2
- 8. jQuery Speedo Popup
- 9. Boxy
- 10. SimpleModal
- 11. Smooth Popup
- 12. Exit Modal Box
- 13. jQuery BlockUI Plugin
- 14. Tickbox (depracated)
- 15. jQuery Ajax Validation Contact Form w/ Modal + Slide-in Transition
- 16. jQuery UI Dialog
- 17. Simple jQuery Modal
- 18. Likno Web Modal Windows Builder
- Free jQuery popup Plugins
- Versatile jQuery Popup Window Plugin — jBox
- jQuery Dialog Boxes Plugin for Bootstrap — Bootbox
- jQuery Plugin To Replace Native JS Popup Boxes — MessageBox
- Responsive & Accessible jQuery Modal Plugin — Popup Overlay
- jQuery Multi-Purpose Popup Modal Plugin — popModal
- Ajax-enabled jQuery Balloon Tooltip Plugin — mb.balloon
- Responsive jQuery Modal Window Plugin with CSS3 Transitions — Custombox
- Simple jQuery Popup / Gallery Lightbox Plugin — Popup
- Draggable & Skinnable jQuery Popup Windows Plugin — Msgbox
- Lightweight Customizable Lightbox Plugin — ColorBox
- jQuery Popup Window Plugin with CSS3 Flipping Animation — Flip Popup
- Simple jQuery Plugin for Popup Window
- Minimalist jQuery Modal Popup Box Plugin — Simple Popup
- Simple Flexible jQuery Dialog Popup Plugin — dialogBox
- Modal Boxes & Popups Plugin For jQuery — Avgrund Modal
- Super Simple jQuery Based Modal Window — Overlay.js
- Lightweight jQuery Lightbox Framework with API — jqFenster
- Simple jQuery Popup Menu Plugin — Pop Menu
- jQuery Plugin To Popup A Modal Window with Blurred Background — BlurBox
- Responsive Modal Dialog Plugin with jQuery — Popelt
- jQuery & CSS3 Based Javascript Popup Box Replacement — lz-alert
- jQuery Plugin For Multi-purpose Modal Popups — jPop
- Simple Themable Dialog Popup Plugin For jQuery — basicPopup
- jQuery Plugin To Pop To Another URL On Page Exit — Exitpop
- Android-style Simple jQuery Toast Plugin — eatoast
- Lightweight Responsive jQuery Modal Popup Plugin — modality
- Simple Pretty jQuery Message Box Plugin — messageBox
- jQuery Plugin For Corner Popup While Scrolling — cornerSlider
- CSS3 Animated Custom Alert Box Plugin For jQuery — WOW Alert
- jQuery Plugin For Lightbox Style Confirm Interface — confirmOn
- Customizable Popup Notification Plugin with jQuery — pop.js
- jQuery Plugin For Animated Image Popup Lightbox — jdbpopup
- Basic Responsive Modal Popup Plugin with jQuery — simplePopup
- Stylish jQuery Alert Dialog Box Plugin — jAlerts
- Lightweight jQuery Modal Popup Plugin — bPopup
- Basic Modal & Popup Plugin with jQuery — stepframemodal
- SimpleModal — Beautiful Popup Window Plugin
- Simple Custom Dialog Popup Plugin With jQuery
- Super Simple Modal Popups with jQuery and CSS3 Transitions
- Animated Popup Tooltip Plugin with jQuery
- Simple Adaptive Popup Window Plugin with jQuery — MiniPopup
- jQuery Plugin To Create Fullscreen Popup Windows
- Minimal Modal Popup Plugin with jQuery — modal.js
- jQuery Plugin For Popup Window with Morphing Button — Morph Button
- jQuery Plugin To Create Definition Popups — Define
- Versatile & Flexible jQuery Lightbox/Modal Plugin — Popup
- Basic Responsive jQuery Popup Winwos Plugin — maskui
- Simple jQuery Popup Plugin with Easing Effects — Infobox
- Nice Select Box Replacement with jQuery and CSS
- Minimalist jQuery Dialog Popup Plugin — Poptuk
- Simple jQuery Plugin For Opening A Popup Window On Page load
- jQuery Plugin For Creating Customizable Modal Popups — Flythat
- jQuery Plugin For Popup Windows In A Specific Area — Area Popup
- Customizable Popup Browser Windows with jQuery Popup Window Plugin
- jQuery Mobile Popup Window with Blurred Background
- Minimal jQuery Popup Notification Plugin — emergejs
- Create A Fullpage & Responsive Notification Box with jQuery and CSS3
- Lightweight & Easy jQuery Lightbox Plugin — WS Lightbox
- Ghost-Like jQuery Notification Plugin — goNotification
- Minimalist jQuery Image Viewer Plugin — Fancy Zoom
- jQuery Plugin For Facebook Style Dialog Box — FBDialog
- Clean Customizable jQuery Alert & Dialog Plugin — ClassyPopup
- Simple Clean jQuery & CSS3 Based Tooltip Plugin — Pop
- jQuery Plugin For Scrollable Modal Dialog — Long Dialog
- jQuery Plugin To Popup A Modal Window with Blurred Background — BlurBox
- Animated jQuery Popup Dialog Plugin with CSS3 — animateDialog
- Minimal Responsive jQuery Modal Window Plugin — Pop Up Window
- Easy jQuery Popdown Modal Dialog Plugin — popdown
- Smooth Animated Popup Message Box Plugin — wHumanMsg
- jQuery Popup Menu Plugin With CSS3 Animations — Square Menu
- Flexible & Draggable jQuery Popup Window Plugin — Dialog
- Customizable & Lightweight jQuery Popup Window Plugin — JeeGooPopup
- jQuery Plugin For Circular Popup Html Elements — Radiate Elements
- Versatile & Customizable jQuery Context Menu Plugin — Jeegoocontext
- Powerful and Multi-Functional jQuery Lightbox Plugin — Magnific Popup
- jQuery Based UI library For Data-Driven Web Applications — w2ui
- Multi Functional Windows Like Context Menu Plugin — contextMenu.js
- Useful and Multi Functional jQuery Plugin — liga.js
- Minimal jQuery Popup Modal Window Plugin — NS Window
- Flexible jQuery Animated Modal Window Plugin — moaModal
- Easy jQuery Popup Window Dialog Box Plugin — Message Box
- Super Simple jQuery Modal Window Plugin — Simple Modal
- Minimal jQuery Modal Windows Plugin — modalBox.js
- Simple jQuery Overlay and Popup Box Plugin — overlayBox
- Lightweight and Customisable jQuery Modal Window Plugin — jQuery Modal
- Stylish jQuery Notification & Alert Plugin — Smart Alert
- jQuery Enhanced Confirm Dialog Plugin — Confirm Action
- Stylish jQuery Modal Windows Plugin — Pop Easy
- jQuery Plugin For Checking Form Has Been Changed — dontJustLeaveMe
- Responsive and Touch-Enabled CSS Lightbox — CSS Modal
- Super Tiny jQuery Popup Modal Plugin — justPopup
- Lightweight Modal Dialog Plugin — SimpleModal
- Super Simple jQuery Modal Plugin — Basic Modal
- Simple Popup Social Media Sharing Plugin with jQuery
- jQuery Plugin for Engaging Better Your Website Audience — Engage
- Lightweigt Popup Window Plugin — jquery-wm
- An Easy-To-Use jQuery Modals Plugin — Reveal
- Lightweight jQuery Lightbox Plugin — SuperBox
- Simple Pop-up Window Plugin — GreyBox
- Modal Dialog Windows Plugin — leanModal
Jquery popup new windows
jQuery Popup Window Plugin
A super simple jQuery plugin for popup windows. Tested in IE7+, FF, Safari and Chrome.
Get the script via one of the methods below, and add it to your page after jQuery:
Download the jquery.popupwindow.js file to your project.
argument | type | description |
---|---|---|
url | string | Required URL to open popup to |
options | object | Optional |
By default this will open a 500×500 pixel window which is auto-centered and has minimal chrome.
Example with options
There are more examples to look at as well.
option | type | default | notes |
---|---|---|---|
center | string | ‘screen’ | possible values are: ‘screen’ , ‘parent’ , and null . For backwards compatibility true / false is still supported, but deprecated, and may be removed in a future version |
createNew | boolean | true | open a new window, or re-use existing popup |
height | integer | 500 | |
left | integer | 0 | |
location | boolean | false | |
menubar | boolean | false | |
name | string | null | specify custom name for window (overrides createNew option) |
onUnload | function | null | callback when window closes |
resizable | boolean | false | |
scrollbars | boolean | false | safari always adds scrollbars |
status | boolean | false | |
toolbar | boolean | false | |
top | integer | 0 | |
width | integer | 500 |
Settings not working
Some settings may not work in certain browsers. This is because new browsers allow the user to override any setting you pass to window.open .
For Firefox, open a new tab, go to about:config , then search for disable_window_open_feature to see the different overrides.
Most browsers will block popups created without user interaction (e.g. on page load). If the popup is blocked, your user may not notice the notification to allow them to see the pop up.
You should only create popups in the same event tick as a user interaction, such as a click. If you would like to do something without user interaction, I suggest a modal such as Bootstrap modals or jQuery UI Dialog.
Your popup will not be brought to the front if:
- if the user refreshes the primary webpage without closing the popup windows and
- and you go to show the popup again and
- your popup does not require user interaction and
- the URL does not pass the same origin policy.
Likewise, in Chrome (not Firefox), your popup will not be brought to the front if:
- if the user refreshes the primary webpage without closing the popup windows and
- and you go to show the popup again and
- your popup does not require user interaction and
- the URL does pass the same origin policy.
The quick fix again is to require user interaction. If you do this, regardless of the URL, it will bring the window to the front.
Mutliple monitors support: Internet Explorer
IE reports the primary monitor resolution. So, if you have multiple monitors IE will always return the resolution of the primary monitor. This is a bug, and there is an open ticket with IE. In Chrome and Firefox it returns the monitor that the browser is currently located on. If the browser spans multiple monitors, whichever monitor the browser has the most real estate on, is the monitor it returns the size for.
What this means to the end users:
If they have multiple monitors, their multiple monitors have different resolutions, they use Internet Explorer, the browser is currently located on a secondary monitor, and they have center set to ‘screen’ (the default), centering will not be perfect as it will be based on the primary monitor’s resolution.
If you believe that could be your target audience, try using center: ‘parent’ .
18 jQuery модальных окон (popup окон, всплывающих окон)
1. bPopup.js
Это легкое JQuery модальное всплывающее окно плагина (только 1.49KB). Скрипт не создает и не стилизует всплывающее окно, но предоставляет вам всю логику центрирования, модального наложения, события и многого другого. Это дает вам много возможностей для настройки, что будет соответствовать вашим потребностям.
2. Messi
Это плагин JQuery, чтобы показать чистоту, элегантность сообщения. С Месси, вы избежите использования значения по умолчанию, уведомления о тревоге или новых окон, чтобы обеспечить расширенную информацию для пользователя.
3. Shadowbox.js
Стандартное приложение просмотра, которое поддерживает все самые популярные форматы веб-издательских средств массовой информации.
4. jQuery Impromptu
Расширение, чтобы помочь обеспечить более приятный способ спонтанно побудить пользователя для входа. Более или менее это отличная замена для оповещений.
5. jqModal
Плагин для JQuery, чтобы помочь вам отображать уведомления, диалоги, и модальные окна в веб-браузере.
6. Colorbox – a jQuery lightbox
Легкий настраиваемый лайтбокс плагин для jQuery
7. NyroModal v2
Обеспечивает быстрый способ показать данные без перезагрузки страницы.
8. jQuery Speedo Popup
Маленький, мощный и настраиваемый JQuery Popup / модальный плагин. Построенный на HTML5 и CSS3.
9. Boxy
Гибкое диалоговое окно, Facebook стиль для JQuery с поддержкой перетаскивания и размера промежуточных кадров. Он отличается от других накладок, которые я видел, предоставляя интерфейс объекта для управления диалоговыми окнами после того как они были созданы.
10. SimpleModal
Легкий JQuery плагин, который обеспечивает мощный интерфейс для окна. Думайте о нем, как о модальный окне.
11. Smooth Popup
Как создать потрясающее и большое всплывающее окно с нуля, используя JQuery в простом и чистом уроке …
12. Exit Modal Box
Вы должны показать конкретное сообщение для посетителей, которые оставляют ваш сайт? Вы можете сделать это путем инициирования модального окна, прежде чем они закроют окно браузера.
13. jQuery BlockUI Plugin
Позволяет моделировать синхронное поведение при использовании AJAX, без блокировки браузера. При его включении будет препятствовать активности пользователей со страницы (или части страницы), пока она не будет отключена. BlockUI добавляет элементы в DOM, чтобы дать ему внешний вид и поведение блокирующих взаимодействия с пользователем.
14. Tickbox (depracated)
Виджет пользовательского интерфейса веб-страницы написаны на JavaScript в верхней части библиотеки JQuery. Его функция заключается в том, чтобы показать одно изображение, несколько изображений, встроенный контент, iframed содержание или содержание подается через AJAX в гибридной форме.
15. jQuery Ajax Validation Contact Form w/ Modal + Slide-in Transition
В связи с большим спросом, вот учебник о том как создать контактную форму.
16. jQuery UI Dialog
Это дает функциональное диалоговое окно, которое позволяет изменять размеры, а также отображение формы.
17. Simple jQuery Modal
Создать модальное окно используя Jquery
18. Likno Web Modal Windows Builder
Likno Web Builder является мощным WYSIWYG программным обеспечение для создания потрясающих JQuery модальных окон, диалоговых окон, модальных слайд-шоу, всплывающих окон и т.д. Приложение создает весь код, необходимый для того, чтобы не требовались навыки программирования. Все результаты кросс-браузерны, для CMS и для устройств.
Free jQuery popup Plugins
All the Free jQuery Plugins about ‘popup’ are listed here.
Versatile jQuery Popup Window Plugin — jBox
jBox is a flexible, modular, robust jQuery plugin to implement a wide variety of popup windows on your web page & application.
jQuery Dialog Boxes Plugin for Bootstrap — Bootbox
Bootbox is a tiny jQuery plugin for creating alert, confirm and flexible dialog boxes using Twitter’s bootstrap framework.
jQuery Plugin To Replace Native JS Popup Boxes — MessageBox
Just another jQuery based JS popup box replacement which enables you to create alert / confirm / prompt dialog boxes with custom styles & animations.
Responsive & Accessible jQuery Modal Plugin — Popup Overlay
Popup Overlay is a responsive, mobile-friendly, accessible, highly configurable and cross-browser jQuery modal window solution.
jQuery Multi-Purpose Popup Modal Plugin — popModal
popModal is a powerful and versatile jQuery modal plugin which allows you to create popup windows for multiple purposes like hint modal, notify modal, dialog modal and much more.
Ajax-enabled jQuery Balloon Tooltip Plugin — mb.balloon
mb.balloon is a brand new jQuery tooltip plugin which displays animated tooltips/popups/hints with an optional fullscreen overlay on any DOM elements.
Responsive jQuery Modal Window Plugin with CSS3 Transitions — Custombox
Custom Box is a powerful jQuery plugin that makes use of CSS3 transitions to create awesome modal window effects with lots of animations and options to fit your needs.
Simple jQuery Popup / Gallery Lightbox Plugin — Popup
A jQuery popup/gallery plugin which allows you to display multiple DOM elements with the same class and title attribute in a gallery lightbox.
Draggable & Skinnable jQuery Popup Windows Plugin — Msgbox
Msgbox is an versatile jQuery popup plugin for creating modals, dialogs, message boxes that are draggable, themable, resizable and fully customizable.
Lightweight Customizable Lightbox Plugin — ColorBox
ColorBox is a Lightweight Customizable Lightbox Plugin built with jQuery that allows you to display elements with the lightbox effect on the page. It supports photos, grouping, slideshow, ajax, inline, and iframed content.
jQuery Popup Window Plugin with CSS3 Flipping Animation — Flip Popup
Flip Popup is a tiny, simple jQuery plugin used to pop up a modal window with a cool CSS3 flip animation.
Simple jQuery Plugin for Popup Window
A simple and easy-to-use jQuery plugin for creating popup window with smooth fade out effect.
Minimalist jQuery Modal Popup Box Plugin — Simple Popup
Simple Popup is a dead-simple jQuery modal plugin that popups a closable modal box with full-screen overlay and a smooth sliding animation effect.
Simple Flexible jQuery Dialog Popup Plugin — dialogBox
Just another jQuery dialog box plugin which provides a simple way to display popup / modal windows with a plenty of options for animations and custom styles.
Modal Boxes & Popups Plugin For jQuery — Avgrund Modal
Avgrund Modal is a jQuery Modal Plugin for adding beautiful Modal Boxes & Popups to your website.
Super Simple jQuery Based Modal Window — Overlay.js
Overlay.js is a minimalist jQuery plugin used to popup a responsive & CSS3 animated modal window with a fullscreen overlay.
Lightweight jQuery Lightbox Framework with API — jqFenster
jqFenster is a jQuery based Lightbox Framework that allows you to create various modal windows with API.
Simple jQuery Popup Menu Plugin — Pop Menu
Pop Menu is a simple yet customizable jQuery plugin that allows to popup a responsive menu panel while clicking the toggle button.
jQuery Plugin To Popup A Modal Window with Blurred Background — BlurBox
BlurBox is a small interesting jQuery plugin that blurs the background content while opening a modal/lightbox on your web page.
Responsive Modal Dialog Plugin with jQuery — Popelt
Popelt is a highly configurable jQuery popup plugin to create responsive modal windows & dialog boxes that support both dynamic and static html content.
jQuery & CSS3 Based Javascript Popup Box Replacement — lz-alert
lz-alert is a simple-to-use jQuery plugin used to create custom alert / confirm / prompt dialog popups with multiple CSS3 animations.
jQuery Plugin For Multi-purpose Modal Popups — jPop
jPop is a simple, lightweight jQuery modal popup plugin that works on images and links as well as Youtube and Vimeo Players.
Simple Themable Dialog Popup Plugin For jQuery — basicPopup
A basic jQuery popup plugin used to display a responsive, fullscreen, full styleable and ajax-enabled dialog/modal box on your web project.
jQuery Plugin To Pop To Another URL On Page Exit — Exitpop
Exitpop is a jQuery plugin that popups a native confirm dialog on page exit (onbeforeunload) and jumps to another specific URL when you click ‘stay on the current page’.
Android-style Simple jQuery Toast Plugin — eatoast
eatoast is a tiny and simple to use jQuery plugin that creates Android-style toasts to display feedback messages in a small popup.
Lightweight Responsive jQuery Modal Popup Plugin — modality
A simple responsive and customizable modal plugin for jQuery that comes with 20 awesome popup transition effects.
Simple Pretty jQuery Message Box Plugin — messageBox
messageBox is a simple and small jQuery plugin that creates pretty dialog popups to show alert messages on your webpage.
jQuery Plugin For Corner Popup While Scrolling — cornerSlider
cornerSlider is a jQuery plugin for creating a corner popup window that slides out or in from the edge of the web page while scroll down or up.
CSS3 Animated Custom Alert Box Plugin For jQuery — WOW Alert
WOW Alert is a jQuery based alert() replacement used to create CSS3 animated, good-looking, modal-style dialog popup that can alert a user of anything you choose.
jQuery Plugin For Lightbox Style Confirm Interface — confirmOn
confirmOn is an useful jQuery plugin for creating a modal box style confirmation popup when performing important actions on your web page.
Customizable Popup Notification Plugin with jQuery — pop.js
pop.js is a simple-to-use jQuery plugin used to display modal-style, draggable notification popups on your webpage / web application.
jQuery Plugin For Animated Image Popup Lightbox — jdbpopup
jdbpopup is a jQuery plugin integrated with Transit.js that allows you to create responsive, CSS3 animated image lightbox popups
Basic Responsive Modal Popup Plugin with jQuery — simplePopup
An extremely simple jQuery plugin to create a responsive modal popup for showcasing your featured content.
Stylish jQuery Alert Dialog Box Plugin — jAlerts
jAlerts is a jQuery plugin for creating animated, responsive and fully customizable alert popup to replace default JS alert() dialog.
Lightweight jQuery Modal Popup Plugin — bPopup
bPopup is a lightweight (
1.4 kb gzipped) jQuery plugin that provides you with all the logic like opening, closing, centering on resize & scroll, creating a modal overlay etc.
Basic Modal & Popup Plugin with jQuery — stepframemodal
stepframemodal is a jQuery plugin to create animated and heavily customizable modals & popups that cover the whole page with a fullscreen overlay.
SimpleModal — Beautiful Popup Window Plugin
SimpleModal is a Beautiful and easy-to-use Popup Window Plugin for creating modal windows used to generate alert or confirm messages.
Simple Custom Dialog Popup Plugin With jQuery
A simple jQuery plugin for creating draggable dialog windows to replace the default Javascript popup boxes (alert, confirm and prompt boxes).
Super Simple Modal Popups with jQuery and CSS3 Transitions
A jQuery/HTML5/CSS3 based modal script to create simple, responsive, animated, and reuseable modal popups on your website/application.
Animated Popup Tooltip Plugin with jQuery
Popup Tooltip is a jQuery plugin that helps you create animated & closeable tooltips appending to the Html elements on page load.
Simple Adaptive Popup Window Plugin with jQuery — MiniPopup
A minimal jQuery plugin used to display any Html elements into a responsive modal-style popup window with various useful options.
jQuery Plugin To Create Fullscreen Popup Windows
A super simple jQuery plugin which allows you to display a fullscreen popup window as well as locking the document scroll.
Minimal Modal Popup Plugin with jQuery — modal.js
modal.js is a minimal jQuery plugin to show a highly customizable modal popup that is always centered in your screen.
jQuery Plugin For Popup Window with Morphing Button — Morph Button
Morph Button is a small jQuery modal plugin inspired by codrops that allows to reveal any Html content by morphing the action button using CSS3 animations.
jQuery Plugin To Create Definition Popups — Define
Define is a small jQuery plugin that adds underlines to the pre-defined terms with ‘question mark’ cursor and displays the definition popups when hovered over.
Versatile & Flexible jQuery Lightbox/Modal Plugin — Popup
asPopup is a jQuery plugin for creating a responsive lightbox & modal window to present any Html elements like images, iframe, photo gallery, Ajax content and inline element.
Basic Responsive jQuery Popup Winwos Plugin — maskui
maskui is a lightweight yet powerful jQuery plugin which helps you create responsive clean dialog/alert/confirm boxes or modal windows with ease.
Simple jQuery Popup Plugin with Easing Effects — Infobox
Infobox is a really simple JQuery plugin that enables you to create modal-style popups with fullscreen overlay and easing effects (jQuery UI is required).
Nice Select Box Replacement with jQuery and CSS
A super simple jQuery plugin to replace the native select box that allows you to pick an option in a nice popup box.
Minimalist jQuery Dialog Popup Plugin — Poptuk
Poptuk is a jQuery plugin that allows you to embed any Html content in a nice clean dialog popup with few lines of Javascript code.
Simple jQuery Plugin For Opening A Popup Window On Page load
A tiny and easy jQuery plugin that automatically opens a dialog pop-up with cool transition effect when the web page loads.
jQuery Plugin For Creating Customizable Modal Popups — Flythat
Flythat is a robust jQuery plugin that makes it easy to create highly customizable modal boxes and popup windows through Html5 data-* attributes or explicit Javascript.
jQuery Plugin For Popup Windows In A Specific Area — Area Popup
Area Popup is a small jQuery plugin that that allows you to popup a modal window that is always positioned in the middle of its parent container.
Customizable Popup Browser Windows with jQuery Popup Window Plugin
Popup Window is a lightweight and easy to use jQuery plugin which allows you to open a new browser window with lots of customization options.
jQuery Mobile Popup Window with Blurred Background
A mobile-first jQuery & CSS3 popup widget for creating a modal window with blurred ‘background’ content, that will focus your users on your popup window.
Minimal jQuery Popup Notification Plugin — emergejs
emergejs is an ultra-light and easy jQuery plugin for creating simple animated notification popups on your website.
Create A Fullpage & Responsive Notification Box with jQuery and CSS3
Notification Popup is a jQuery plugin allows you to create a full page, fully responsive and flat style notification box with subtle CSS3 transition effects.
Lightweight & Easy jQuery Lightbox Plugin — WS Lightbox
A very simple and lightweight jQuery lightbox plugin which helps you create modals, dialog boxes, and popup windows with ease.
Ghost-Like jQuery Notification Plugin — goNotification
goNotification is a jQuery notification plugin inspired by Ghost blogging platform that supports multiple notification types such as info, error, warning, success, and loading.
Minimalist jQuery Image Viewer Plugin — Fancy Zoom
Fancy Zoom is a super light jQuery image viewer plugin that displays the large version of your image in a popup box with image loader support.
jQuery Plugin For Facebook Style Dialog Box — FBDialog
FBDialog is a very simple jQuery plugin to create a custom Facebook style dialog box that has popup animations and callback events support.
Clean Customizable jQuery Alert & Dialog Plugin — ClassyPopup
ClassyPopup is a small yet highly configuration jQuery plugin that popups alert & dialog windows to display important messages for your website/app.
Simple Clean jQuery & CSS3 Based Tooltip Plugin — Pop
Pop is an easy and quick jQuery script that popups a simple clean tooltip box appending to any Html elements, with a basic CSS3 transition effect.
jQuery Plugin For Scrollable Modal Dialog — Long Dialog
Long Dialog is a super-light jQuery modal plugin designed for long content popup dialog.
jQuery Plugin To Popup A Modal Window with Blurred Background — BlurBox
BlurBox is a small interesting jQuery plugin that blurs the background content while opening a modal/lightbox on your web page.
Animated jQuery Popup Dialog Plugin with CSS3 — animateDialog
animateDialog is a lightweight jQuery plugin that displays any html elements in a popup dialog box with CSS3 animations like fade, zoom, rotate, skew, and much more.
Minimal Responsive jQuery Modal Window Plugin — Pop Up Window
Pop Up Window is a cross-browser and easy-to-use jQuery plugin for creating responsive flat popup windows and modal windows with custom buttons and callbacks support.
Easy jQuery Popdown Modal Dialog Plugin — popdown
popdown is an easy jQuery plugin used to load an Html page in a ‘popdown’ modal window that slides down from the top of your web page.
Smooth Animated Popup Message Box Plugin — wHumanMsg
wHumanMsg is a jQuery plugin for displaying humanized popup boxes with animation effects on your page to show the important messages, alerts, warnings, etc.
jQuery Popup Menu Plugin With CSS3 Animations — Square Menu
Square Menu is a lightweight (
3kb) jQuery menu plugin that popups a menu panel with subtle CSS3 animations (transitions and transforms) in the center of the page.
Flexible & Draggable jQuery Popup Window Plugin — Dialog
Dialog is an ultra-light jQuery plugin that allows to popups a draggable and closable modal dialog with amazing transitions on page load or on demand.
Customizable & Lightweight jQuery Popup Window Plugin — JeeGooPopup
JeeGooPopup is a fast and customizable jQuery plugin for creating a draggable, resizable, and closeable lightbox-like popup modal window on your website.
jQuery Plugin For Circular Popup Html Elements — Radiate Elements
Radiate Elements is a lightweight and dead simple jQuery plugin to popup hidden html elements around the center element as a full circle.
Versatile & Customizable jQuery Context Menu Plugin — Jeegoocontext
Jeegoocontext is a jQuery menu plugin that turns an unordered list into a versatile, customizable, skinnable and multi-level context menu with custom fade-in animations.
Powerful and Multi-Functional jQuery Lightbox Plugin — Magnific Popup
Magnific Popup is a simple but powerful jQuery plugin that aims to create high performance and multi-functional lightboxs for your projects.
jQuery Based UI library For Data-Driven Web Applications — w2ui
w2ui is a powerful and versatile javascript library based on jQuery that contains 8 most common used UI widgets for building rich data-driven web applications.
Multi Functional Windows Like Context Menu Plugin — contextMenu.js
contextMenu.js is a lightweight jQuery plugin for creating windows like context menu with keyboard interaction, different type of inputs ,trigger events and much more.
Useful and Multi Functional jQuery Plugin — liga.js
liga.js is an Useful and Multi FunctionaljQuery Plugin that brings together a number of common features in web applications such as windows, messages, notification, form validation, AJAX history and more.
Minimal jQuery Popup Modal Window Plugin — NS Window
NS Window is yet another simple jQuery modal plugin for creating popup windows with support for animations, overlay, ajax content and some useful custom options.
Flexible jQuery Animated Modal Window Plugin — moaModal
moaModal is a clean and neat jQuery plugin for creating flexible modal boxes with custom animation effects and positioning.
Easy jQuery Popup Window Dialog Box Plugin — Message Box
Message Box is an easy and fast jQuery plugin that allows you to create customizable popup window message boxes with many implement options and callback events support.
Super Simple jQuery Modal Window Plugin — Simple Modal
Simple Modal is yet another simple and lightweight jQuery plugin for creating modal popup windows with full-screen overlay effect.
Minimal jQuery Modal Windows Plugin — modalBox.js
modalBox.js is a lightweight (
2.7kb minified) jQuery modal box plugin that aims to provide a simple way to create modal windows with only most used features.
Simple jQuery Overlay and Popup Box Plugin — overlayBox
jQuery overlayBox is a lightweight and fast jQuery plugin that makes it easier to create overlay box or popup box on your web page.
Lightweight and Customisable jQuery Modal Window Plugin — jQuery Modal
jQuery Modal is a extremely lightweight jQuery plugin for creating neat, customizable, performant and easy-to-integrate modal windows on your website.
Stylish jQuery Notification & Alert Plugin — Smart Alert
Smart Alert is an alternative to the standard javascript alert box that makes it easy to create fully configurable and stylish lightbox-like notification & Alert box using jQuery and jQuery UI.
jQuery Enhanced Confirm Dialog Plugin — Confirm Action
Confirm Action is a simple but useful jQuery plugin that enhances the default confirm dialog that makes it has callback support and can be configured for each element through data attributes.
Stylish jQuery Modal Windows Plugin — Pop Easy
Pop Easy is a super tiny (
2kb minified) but powerful jQuery plugin for easily and quickly creating Modal Windows on your website.
jQuery Plugin For Checking Form Has Been Changed — dontJustLeaveMe
dontJustLeaveMe is an useful jQuery plugin for checking the form values of the page have been changed, if yes, it will popup a alert window to make sure they want to leave when closing the current page.
Responsive and Touch-Enabled CSS Lightbox — CSS Modal
CSS Modal is a responsive and mobile-friendly modal box built only with CSS and a little bit javascript (optional, only for improving the experience).
Super Tiny jQuery Popup Modal Plugin — justPopup
justPopup is an extremely simple and easy-to-use jQuery plugin that allows you to create a simple modal box with a close button.
Lightweight Modal Dialog Plugin — SimpleModal
SimpleModal is a lightweight jQuery plugin that provides a simple interface to create a modal dialog. The goal of SimpleModal is to provide developers with a cross-browser overlay and container that will be populated with content provided to
Super Simple jQuery Modal Plugin — Basic Modal
Basic Modal is a lightweight (
3kb) and easy-to-use jQuery plugin that allows you to create the most basic modal with fade or slideDown animation effects on the page.
Simple Popup Social Media Sharing Plugin with jQuery
A very simple jQuery social plugin that allows you to create social media sharing dialogs (facebook, twitter, google plus, etc ) in a popup window.
jQuery Plugin for Engaging Better Your Website Audience — Engage
Engage is an useful and user-friendly jQuery plugin for website owner that displays a popup toolbar when your visiter finish reading an article containing engaging options (social sharing, commenting, and subscribe to newsletter).
Lightweigt Popup Window Plugin — jquery-wm
jquery-wm is a simple and lightweight jQuery plugin that allows you to create popup child windows in your web browser.
An Easy-To-Use jQuery Modals Plugin — Reveal
Reveal is a simple jQuery Modals Plugin that make it easy to create awesome lightbox effects on your website.
Lightweight jQuery Lightbox Plugin — SuperBox
SuperBox is a simple and lightweight jQuery Plugin that allows you to display your web elements in a window with the lightbox effect. Superbox can display pictures, pictures galleries, external pages, a page element or even AJAX loaded conte
Simple Pop-up Window Plugin — GreyBox
GreyBox is a simple jQuery plugin for creating fullscreen pop-up window or center window on your webpage. It’s only 22 KB and very easy to use.
Modal Dialog Windows Plugin — leanModal
leanModal is a simple and useful jQuery plugin for adding Bare bones modal dialog windows to your website. It is great for login, sign up & alert panels, etc.