vote up 0 vote down star

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.

flag

1 Answer

vote up 0 vote down

Maybe it's my ignorance of the google ajax API but where you load jquery with the parameter '1' try using '1.2.6' to make sure it's the latest version you're using. It may have a bug fix with it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.