problem with Jquery confirm dialog box.
Hi,
I am having a problem with jquery. I am using jquery model dialog box.
Code is.
function
showDialog() {
$('#dialog').removeClass("hidden");
confirmDialog = $(
"#dialog").dialog({
bgiframe: true,
height:140,
modal:
true,
resizable:
false,
width: 350,
overlay:
{
backgroundColor: '#000',
opacity: 0
}
}
);
}
And Div:
<
div id="dialog" class="hidden" align="center" style="border:
0px;margin: 20px; background-color: #fff">
Do you want to attach the renewal proof now ?
<br/