该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Admin Bar Hover Intent

描述

This plugin slows down the dropdown effect of the WordPress Admin Bar. By default (as of WordPress 3.1.x) the WordPress Admin Bar reacts to any mouseover by dropping down menu items. With this plugin you have to hover over the menu items deliberately in order for them to display.

No configuration necessary — just enable it and you’re good to go.

安装

Visit the Add New Plugin page from the WordPress Dashboard, search for “Admin Bar Hover Intent”, and click install.

评价

此插件暂无评价。

贡献者及开发者

“Admin Bar Hover Intent” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Admin Bar Hover Intent”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

=0.2.2=
* Fixed timeout bug that caused a delay in the hover class leaving. Should have been fixed earlier, sorry!
* Trimmed up CSS comments a tad.

=0.2.1=
* Added missing add_action(). Forget it before because I’m dumb.

0.2

  • Updated CSS to reset default behavior for second level down and beyond. hoverIntent is only active on first level of admin bar now.
  • Standardized file and function names.
  • Adopted Austin Passy’s improved class in rwi-admin-bar-hover-intent.php. Thanks Austin!
    (http://austinpassy.com/snippet/plugin/applying-the-hover-intent-javascript-to-chill-out-the-admin-bar/)

0.1

  • Original version