Cute Confirmation Boxes: jConfirmAction jQuery Plugin
Posted on March 29, 2010, Filled under jQuery,
Bookmark it
jConfirmAction is a jQuery plugin that aims to replace those boring default confirmation boxes with cute ones. This plugin generates a flying bubble confirmation box upside your action link. basically, jConfirmAction creates a DIV element that contains confirmation box after you clicked on the element (either link or button), then it will appear with fading in and disappear with fading out. The confirmation box’s style can be customized via CSS.
jConfirmAction has three arguments that aims to customize language for the confirmation box:
- question : A text for your question (default : Are You Sure?).
- yesAnswer : A text for Yes answer (default : Yes).
- cancelAnswer : a text for Cancel/No answer (default : No).
Do you wish to receive the latest updates as soon as they are posted? Get our RSS Feed or Subscribe to the Newsletter!
- March 29, 2010
- article by Gabriel C.
- Leave a reply!
Related Posts
Create a Fancy F.A.Q. Page with jQueryat March 19, 2009 with 9 comments
Lightweight and intelligent custom tooltip: TipTip jQuery Pluginat January 15, 2010
Style your markup: Brosho ‘Design in the Browser’ jQuery Pluginat January 30, 2010
Flexible and Expandable Form Validator: Ketchup jQuery Pluginat February 14, 2010
Catch404: Modal Plugin for Handling Broken Links: jQuery | CSSat July 31, 2010

