Has anyone not noticed that JQuery uses ActiveX controls?

有没有人没有注意到JQuery使用ActiveX控件?

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.

当用户限制其activex安全性时,他们将在浏览器窗口的顶部获得脚本提示弹出窗口和黄色条。 - Windows服务器上默认设置为此设置。 -Internet Cafe不支持Active X.-公司内部工作站不支持此功能。

Considering this I don't see how people can use JQuery in a commercial application.

考虑到这一点,我不知道人们如何在商业应用程序中使用JQuery。

Do you use JQuery in a commercial application? Does this concern you? Do you think I should be concerned with this?

你在商业应用程序中使用JQuery吗?这关系到你了吗?你觉得我应该关注这件事吗?

6 个解决方案

#1


Only spot where ActiveX is mentioned in the jQuery code is for the ActiveXObject which is used for XMLHttpRequests:

只有在jQuery代码中提到ActiveX的位置才是用于XMLHttpRequests的ActiveXObject:

// Create the request object; Microsoft failed to properly
// implement the XMLHttpRequest in IE7, so we use the ActiveXObject when it is available
var xhr = window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest();

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).

这里有一个开放的问题......似乎jQuery不会回退使用IE7上的原生XMLHttpRequest(这可能就是你所经历的)。

Also this might help: link

这也可能有所帮助:链接

更多相关文章

  1. Typeahead 0.10.2没有在Rails 4 / Bootstrap 3应用程序中显示建
  2. 在Rails应用程序中结合Scriptaculous和JQuery
  3. Web 应用程序学习笔记
  4. Wordpress网站上的亚马逊链接无法正确打开亚马逊应用程序
  5. 为什么我不用Javascript和Javascript HTML模板构建整个Web应用程
  6. 维护Java应用程序的多种形式的用户指南
  7. HTML5 的应用程序缓存和优势
  8. 如何在应用程序中嵌入图像并在HTML控件中使用它们?
  9. PHP - Content-type未指定假设应用程序/x-www-form-urlencode。

随机推荐

  1. android selector的用法解析
  2. Android 超级用户工具箱
  3. 10个很棒的学习Android 开发的网站
  4. Android应用开发工程师项目实战 共18章(
  5. android基础控件学习学习(1)【入门篇】
  6. android里面EditTex多行输入及输入置顶问
  7. Android菜鸟的成长笔记(17)—— 再看Androi
  8. Android 内存泄漏优化汇总
  9. Android 界面中隐藏项目名称
  10. android提示:Gradle DSL method not found