use of jQuery in environments where window properties do not appear in global scope
Hi,
I am using jQuery in an environment (*) in which window properties
such as "navigator", "clearInterval", etc. do not appear in the global
scope, so accessing "navigator" (like jQuery does) instead of
"window.navigator" leads to an undefined error.
Is there a reason why jQuery does not prefix such properties and if
not, could it be changed to facilitate the use of jQuery in such
environments?
- Godmar