Has anyone not noticed that JQuery uses ActiveX controls?
When a user has limited their activex security they will get script prompt popups and a yellow bar accross the top of their browser window. -This setting is by default on Windows Servers. -Internet Cafe’s dont support Active X. -Company internal workstations dont support this.
Considering this I don’t see how people can use JQuery in a commercial application.
Do you use JQuery in a commercial application? Does this concern you? Do you think I should be concerned with this?
Only spot where
ActiveXis mentioned in the jQuery code is for theActiveXObjectwhich is used for XMLHttpRequests:There’s an open issue here … seems like jQuery doesn’t fallback to use the native XMLHttpRequest on IE7 (this is probably what you’re experiencing).
Also this might help: link