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.
这是链接:jsfiddle
我使用 jquery 1.8 和 jquery ui 1.8.23
当我尝试在 Safari 中放大它时,输入圆形按钮出现在结果面板的角落。我该如何隐藏它?
谢谢你。
我认为您可以添加这种样式(不确定这是否完美,但您可以尝试一下)
.ui-helper-hidden-accessible{ display:none; }
但请确保它正确提交,我已经在safari.
safari
演示。