Content.exe
Jquery dialog can be made to work as a either an ajax form, a dialog box or confirmation box just by use of a class similair to the way in which thickbox used to work (the examples work perfectly outside of wordpress).
ThickDialog examples
Simple thickbox style popup
Popup example
code:
Popup example
usage: add the class “dialog-box” to make this work
Simple thickbox style confirmation box
Confirm example
code:
Confirm example
usage: add the class “dialog-confirm” to make this work
Simple thickbox style form submission
Form example
code:
Form example
usage: add the class “dialog-form” to make this work