
Security News
Safari 18.4 Ships 3 New JavaScript Features from the TC39 Pipeline
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
jquery-confirm-npm
Advanced tools
A jQuery plugin that provides great set of features like, Auto-close, Ajax-loading, background-dismiss, themes and more.
alerts, confirms and dialogs in one.
v2.5.1
A multipurpose plugin for alert, confirm & dialog, with Super powers.
View Detailed Documentation & Examples
Download the latest release here and use the files within dist
folder.
via Bower:
$ bower install craftpip/jquery-confirm
##Basic Usage
How to respond to user action
$.confirm({
confirm: function(){
console.log('the user clicked confirm');
},
cancel: function(){
console.log('the user clicked cancel');
}
});
See Detailed Docs + Example here.
Boniface Pereira & Awesome Contributors.
Please post issues and feature request here Github issues
The $.alert()
, $.confirm()
& $.dialog()
are alias of jconfirm();
.
Checkout the documentation for further information.
(New in 2.5.1)
(New in 2.5.0)
(New in 2.0.0)
(New in 1.7.9)
(New in 1.7.8)
(New in 1.7.5)
(New in 1.7.3)
(New in 1.7.0)
(New in 1.6.0)
(New in 1.5.3)
jconfirm.record
.(New in 1.5.1)
(New in 1.5.0)
this
.(New in 1.1.3)
$.dialog
alias added.(New in 1.1.0)
content: 'url:loadfrom.html'
.Copyright (C) 2014-2015 jquery-confirm
Licensed under the MIT license.
FAQs
A jQuery plugin that provides great set of features like, Auto-close, Ajax-loading, background-dismiss, themes and more.
The npm package jquery-confirm-npm receives a total of 4 weekly downloads. As such, jquery-confirm-npm popularity was classified as not popular.
We found that jquery-confirm-npm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Research
Security News
The Socket Research Team investigates a malicious Python package that enables automated credit card fraud on WooCommerce stores by abusing real checkout and payment flows.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.