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 或 JavaScript 功能可以让我:
$('#button').click(function() { //flicker ('#element'); }
我希望它在单击按钮时闪烁。这可能吗?
使用 pulsate 的 jquery ui 效果插件怎么样
见http://jqueryui.com/effect/
在 jQuery UI 部分中,您有一个列表effect()
effect()
查询用户界面
在显示“盲目”更改为“摇动”的列表框中
要使用它,您只需在项目中安装 jquery-ui。
jQuery UI 下载