jQueryUI Dialog
by juniorsudrv
HTML
<div id="myDialog">
This is the content of my modal dialog box
<input type="text" id="myTextBox" />
</div>
<button id="clickMe">Click Me</button>
JavaScript
//Set up the dialog box
by juniorsudrv
<div id="myDialog">
This is the content of my modal dialog box
<input type="text" id="myTextBox" />
</div>
<button id="clickMe">Click Me</button>
//Set up the dialog box