Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jquery 1.8.2 和 jquery-ui-1.9.2.custom.js 来创建滑块。但不知何故,滑块在 Safari 3.2 上不能正常工作,但在 Safari 5.1.7 上工作得很好
知道这是为什么吗?
这里的基本问题是 safari 3.2 不理解 .offset();
因此,在某种程度上,您将不得不读取 jquery 文件并将 .offset() 更改为 offsetLeft;