Object doesn't support this method for jquery ui draggable in IE
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(); }); </scrip...