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 UI 来调整图像元素的大小,我可以得到它,所以我可以调整多个图像的大小,但我希望能够打开/关闭图像可见性。
我尝试将 CSS 与 display:none 一起使用,但 Jquery UI 会覆盖它,所以想不出还有什么可以尝试的。
无论如何,是否可以切换应用了可调整大小功能的元素的可见性?
谢谢
jQuery UIui-resizable为所有可调整大小的元素添加类。
ui-resizable
所以,你可以试试这样的,
$('.ui-resizable').toggle()