Skip to main content

Search and Top Navigation

Ticket #4347: isOpenTest.html


File isOpenTest.html, 0.4 KB (added by BigBadaboom, March 16, 2009 04:56PM UTC)

Test case (HTML)

<html>
<head>
<script type="text/javascript" src="js/jquery-1.2.6.pack.js"></script>
<script type="text/javascript" src="js/ui.core.js"></script>
<script type="text/javascript" src="js/ui.dialog.js"></script>
</head>
<body>

<script type="text/javascript">

el = $('<div/>').dialog(); 
alert("isOpen="+el.dialog('isOpen'));

</script>

</body>
</html>

Download in other formats:

Original Format