proposal: jQuery.browser.supported
Would it be reasonable to add a "supported" flag to jQuery, that would
return true for the officially-supported browsers for the current
jQuery version, so one could do:
if ($.browser.supported) $(function() {...});
and not worry about the javascript failing halfway through on
unsupported browsers? Sort of what Google maps does with
GBrowserIsCompatible().
Danny