.resizable error?
.resizable error?
Hello! When I do in my code this:
.resizable({containment: document, autohide: true, minHeight: 70,
minWidth: 150})
, I have next message in my FireBug console while trying to resize
div:
[Exception... "Could not convert JavaScript argument" nsresult:
"0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame ::
http://notes/lib/java/jquery/jquery.js :: anonymous :: line 871" data:
no]
How to fix it?
P.S. I use last version of jQuery UI: 1.5.0
Thanks!