When i try to execute the following code am getting the error in IE like. Object doesn't support this property or method
<script type="text/javascript">
google.load("jquery", 1);
google.load("jqueryui", "1.5.3");
$(document).ready(function()
{
$("#main-dialog").draggable();
});
</script>
<div id="main-dialog">
This is just some simple content
</div>
Please help me on this issue.