Hey,
I just updated to jQuery 1.4.2 & jQueryUI 1.8.2 w/the google cdn and now my jQuery selectmenu closes abruptly right after you click it.
I have a basic select and am instantiating it like so:
$('#myselectid').selectmenu({ maxHeight: 300 });
I should also point out that if I change the jQuery version to 1.3.2 and the jQueryUI version to 1.7.2 then it works...
Any ideas would be greatly appreciated, thanks,
Justin