jQuery dialog box, php form.
- by tony noriega
i have a dialog box that opens on pageload for a site.
script type="text/javascript">
$(function() {
$('#dialog-message').dialog({
modal: 'true',
width: '400'
});
});
</script>
this pulls up an include:
<div id="dialog-message" title="Free Jiu Jitsu Session at Alliance">
<!--#include…