问题标签 [jquery-1.8]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - jQuery 1.8:不支持的伪:悬停
以下代码unsupported pseudo: hover
在 jQuery 1.8 上引发了错误,而它在 jQuery 1.7.2 上完美运行:
有谁知道发生了什么?
javascript - jquery.include 和 jquery 1.8 之间的冲突
它与加载图像有关,即使它被加载到缓存中。在 1.7.2 版本中一切正常,但现在我遇到了 promises() 的问题
jquery - jQuery 1.8 外部高度/宽度不起作用
我在很多地方都outerHeight
用过outerWidth
。现在,在 jQuery 1.8 发布后,我遇到了很多由对象返回而不是其大小引起的问题。
例如:
我发现解决此问题的唯一方法是在函数中使用“真/假”,如下所示,但我得到的结果与标准width()
和height()
函数相同:
有谁知道为什么这不再起作用或以其他方式获取元素的高度/宽度+其边距。
编辑:我开始相信这是因为我使用contents()
函数在 iframe 中选择元素造成的。我会尝试做一个演示。
jquery - jQuery 1.8 查找事件处理程序
如何在 jQuery 1.8+ 中的对象上查找事件处理程序?