All Projects → vadimsva → Popmodal

vadimsva / Popmodal

Licence: mit
jquery plugin for showing tooltips, titles, modal dialogs and etc

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Popmodal

Alertifyjs
A javascript framework for developing pretty browser dialogs and notifications.
Stars: ✭ 1,922 (+1189.93%)
Mutual labels:  notifications, dialog, modal, confirm
Jbox
jBox is a jQuery plugin that makes it easy to create customizable tooltips, modal windows, image galleries and more.
Stars: ✭ 1,251 (+739.6%)
Mutual labels:  dialog, modal, popup, confirm
Sweetalert2
A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes. Zero dependencies.
Stars: ✭ 13,929 (+9248.32%)
Mutual labels:  notifications, dialog, popup, confirm
Razor.SweetAlert2
A Razor class library for interacting with SweetAlert2
Stars: ✭ 98 (-34.23%)
Mutual labels:  notifications, dialog, popup, confirm
React Native Alert Pro
The Pro Version of React Native Alert (Android & iOS)
Stars: ✭ 69 (-53.69%)
Mutual labels:  dialog, modal, popup, confirm
React Poppop
A mobile support and multi-directional modal for ReactJS
Stars: ✭ 78 (-47.65%)
Mutual labels:  dialog, modal, popup
eins-modal
Simple to use modal / alert / dialog / popup. Created with pure JS. No javascript knowledge required! Works on every browser and device! IE9
Stars: ✭ 30 (-79.87%)
Mutual labels:  modal, dialog, popup
react-redux-modal-flex
[DEPRECATED] Make easy a modal/popup with Redux
Stars: ✭ 14 (-90.6%)
Mutual labels:  modal, dialog, popup
jquery.dialog.js
A lightweight replacement for the browser's default dialog boxes.
Stars: ✭ 17 (-88.59%)
Mutual labels:  modal, dialog, confirm
LSDialogViewController
Custom Dialog for iOS written in Swift
Stars: ✭ 74 (-50.34%)
Mutual labels:  modal, dialog, popup
mac-ibm-notifications
macOS agent used to display custom notifications and alerts to the end user.
Stars: ✭ 206 (+38.26%)
Mutual labels:  notifications, dialog, popup
Customalertviewdialogue
Custom AlertView Dialogue is the world's most advanced alert view library. Custom AlertView Dialogue includes simple message popups, confirmation alerts, selector popups, action sheet bottom menus, and input/feedback contact forms.
Stars: ✭ 100 (-32.89%)
Mutual labels:  dialog, modal, popup
vue-modal
A customizable, stackable, and lightweight modal component for Vue.
Stars: ✭ 96 (-35.57%)
Mutual labels:  modal, dialog, popup
react-spring-bottom-sheet
Accessible ♿️, Delightful ✨, & Fast 🚀
Stars: ✭ 604 (+305.37%)
Mutual labels:  modal, dialog, popup
Jquery Confirm
A multipurpose plugin for alert, confirm & dialog, with extended features.
Stars: ✭ 1,776 (+1091.95%)
Mutual labels:  dialog, popup, confirm
vue-modal
Reusable Modal component, supports own custom HTML, text and classes.
Stars: ✭ 29 (-80.54%)
Mutual labels:  modal, dialog, popup
Popupdialog
A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertController alert style.
Stars: ✭ 3,709 (+2389.26%)
Mutual labels:  dialog, modal, popup
React Native Push Notification Popup
A <NotificationPopup/> component for presenting your own push notification in react-native app
Stars: ✭ 111 (-25.5%)
Mutual labels:  dialog, modal, popup
react-st-modal
Simple and flexible modal dialog component for React JS
Stars: ✭ 41 (-72.48%)
Mutual labels:  modal, dialog, confirm
plain-modal
The simple library for customizable modal window.
Stars: ✭ 21 (-85.91%)
Mutual labels:  modal, dialog, popup

popModal

This library includes 6 components:
popModal - popup window, displayed near the parent element. Invoked by clicking on an element
notifyModal - notification popup, displayed on top of all elements. Invoked by event and hide after a certain time
hintModal - tooltip, displayed near the parent element. Invoked on mouse hover on an element and hide after element lost focus
dialogModal - modal dialog for big content or collection of content, displayed on top of all elements. Invoked by clicking on an element
titleModal - tooltip, displayed near the parent element, replace native title. Invoked on mouse hover on an element and hide after element lost focus
confirmModal - modal dialog for alert or confirm content, displayed on top of all elements. Invoked by clicking on an element

For work required only jQuery, other libraries are not required.

Documentation

DOCUMENTATION & EXAMPLES

License

The MIT License (MIT)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].