禁用 jQuery 插件?
我正在编写一个脚本,我希望能够在某些任意事件触发时禁用 jQuery 插件。
具体来说,该插件提供了翻页功能,使一组 div 显示为书中的页面,并且我希望能够在某些不重要的事件期间禁用整个插件,以便由用户自行决定提供另一个视图。
该插件的执行方式如下:
$("#bookDiv").booklet( some options here);
关于如何执行此操作有什么想法吗?我在 stackoverflow 和 google 上搜索了一下,但什么也没找到,所以任何帮助将不胜感激......
I'm writing a script, and I'd like to be able to disable a jQuery plugin when some arbitrary event fires.
Specifically, the plugin offers a page flipping functionality that makes a set of divs appear as pages in a book, and I want to be able to disable the entire plugin during some unimportant event to offer another view at a user's discretion.
The plugin is executed like this:
$("#bookDiv").booklet( some options here);
Any ideas on how to do this? I've searched stackoverflow and google for a bit and have found nothing, so any help would be appreciated...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论