8000 GitHub - gaurishrane/jquery-confirm: The Multipurpose web alert & confirm.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gaurishrane/jquery-confirm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-confirm

*alerts, confirms and dialogs in* ***one.***

A multipurpose plugin for alert, confirm & dialog. With rich set of features,

• directly load content via Ajax,
• Auto-close dialog after a specified time,
• prevent Dialog close on background click,
• callback function, and more..

VERSION 1.1.3

View Detailed Documentation & Examples

Installation

Download the latest release here
A full documentation page is included within the release.

copy the css and js files from /dist/ to your project, and link them to your HTML page.
and finally via Javascript run $.alert() or $.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');
	}
});

Demo and Documentation

See Detailed Docs + Example here.

Authors

Boniface Pereira

jconfirm alias

The $.alert() , $.confirm() & $.dialog() are alias of jconfirm();.

Checkout the documentation for further information.

Copyright and license

Copyright (C) 2014-2015 jquery-confirm

Licensed under the MIT license.

About

The Multipurpose web alert & confirm.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 76.9%
  • CSS 23.1%
0