jquery dialog problem
- by user403295
Hi guys,
i know this is a very easy thing to implement but when I add a line to add a dialog my actual page disappears. Can anyone tell me what I am doing wrong?
$(function(){
//when I open this line, my page disapperars?
$("#dialog").dialog({ autoOpen: false, modal: true });
}); /*FUNCTION CLOSED/
<div id="dialog" title="Delete Record" style="display: none">
<p><span style="float:left; margin:0 7px 20px 0;"></span>Are You Sure?</p>
</div>