jQuery confirmOn plugin sample

A confirmation box pops up when you click one of the buttons or hover over the blue boxes. If you click yes or no, the provided handler in .confirmOn() is called with a 'confirmed' argument, this argument tells you which button the user has clicked.

Normal button
*** You've answered 'no' ***
Button with confirmOn text options set
Using mouseover event
Mouseover me
Using mouseover event with data argument
Mouseover me
Button with confirmOn and another class prefix
Button with confirmOn and onShow handler

Check to let the onShow handler return true what will enable the confirmOn plugin.

Invetek - Loran Kloeze | https://github.com/invetek/jquery-confirmon