Mengu.net - jQuery UI http://www.mengu.net/ mengu on web programming. en-us Sat, 31 Jul 2010 02:42:23 PM +0300 Tue, 10 Jun 2003 09:41:01 GMT Mengu.net mengu@mengu.net mengu@mengu.net jQuery Dialog Not Working Twice? http://www.mengu.net/post/jquery-dialog-not-working-twice I was developing a web site for a client of mine when I have faced this error. I was creating the dialog like the following:

<script type="text/javascript">
function bb()
{
    $("#dialog").dialog({height: 1000, width: 1000, modal: true});
}
</script>
/* HTML */
<div id="dialog">dialog content..</div>
]]>
2009-11-11 09:30:03 http://www.mengu.net/post/jquery-dialog-not-working-twice