jQuery and unsupported browsers
I wonder how jQuery behaves when loaded into a browser that is not supported. Specifically:
(1) If I have a website that loads jQuery.js but no jQuery function is ever called. Is it a problem if I want to view this page with an unsupported browser? Netscape 4, IE 5, Opera 7, etc.
(2) Assuming the above is not a problem, can I still expect $.browser to contain meaningful values and use them to tell whether I may use jQuery or not?
I really miss something like $.browser.isSupported.