Hi
Why doesn't the following work? It is driving me nuts and the JQueryUI documentation is terrible
Thanks
<html>
<head>
<script type="text/javascript" src="javascript/jquery/jquery-1.2.6.min.js"></script>
<script type="text/javascript" src="javascript/jquery/jquery-ui-personalized-1.6b.min.js"></script>
<script language="javascript" type="text/javascript">
$("#dialog").dialog({
modal: true,
overlay: {
opacity: 0.5,
background: "black"
}
});
</script>
</head>
<body>
<div id="dialog" title="thr">jQuery UI Dialog</div>
</body>
</html>
Why doesn't the following work? It is driving me nuts and the JQueryUI documentation is terrible
Thanks
<html>
<head>
<script type="text/javascript" src="javascript/jquery/jquery-1.2.6.min.js"></script>
<script type="text/javascript" src="javascript/jquery/jquery-ui-personalized-1.6b.min.js"></script>
<script language="javascript" type="text/javascript">
$("#dialog").dialog({
modal: true,
overlay: {
opacity: 0.5,
background: "black"
}
});
</script>
</head>
<body>
<div id="dialog" title="thr">jQuery UI Dialog</div>
</body>
</html>