can't create dialog
can't create dialog
Hello,
I'm trying to create a jquery dialog but it's not working. I'm hoping someone can tell me what I'm doing wrong. Here is my code:
<html>
<head>
<link type="text/css" rel="stylesheet" href="
http://code.jquery.com/ui/1.10.3/themes/jquery-ui.css"/>
<script src="
http://code.jquery.com/jquery-1.9.1.js"
type="text/javascript"></script>
<script src="
http://code/jquery.com/ui/1.10.3/jquery-ui.js"
type="text/javascript"></script>
</head>
<body>
<div id="HelloDiv">
Hello
</div>
<script>
$(document).ready(function()
{
$("#HelloDiv").dialog();
});
</script>
</body>
</html>
Topic Participants
junk.mail291276
jakecigar