Hey all,
When I open a dialog with an OK and Cancel button, I'm getting the
following error (Of course, it works fine in FF):
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/
4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR
3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Thu, 29 Oct 2009 21:50:34 UTC
Message: Object doesn't support this property or method
Line: 7389
Char: 26
Code: 0
URI:
https://xxxx.xxxx.com/includes/jscript/jquery/jquery-ui-1.7.2.custom.min.jsjquery-ui-1.7.2.custom.min.js has:
http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.jsPasted straight in it for testing purposes, don't let the file name
fool you. :)
Line 7389 is:
.click(function() { fn.apply(self.element[0], arguments); })
Not sure what to do...
--