开发者 | piouPiouM |
---|---|
更新时间 | 2010年1月6日 03:26 |
PHP版本: | 2.8 及以上 |
WordPress版本: | 3.0-alpha |
PHP5
.
wp-jquery-ui-effects
folder and all it's contents to the /wp-content/plugins/
directory.In your theme or plugin, if you want to load the Bounce effect, use wp_enqueue_script: WordPress charge jQuery, jQuery UI Effects Core and jQuery UI Effects Bounce.\ Note that all effect scripts are loaded in the footer.
Add and load a new script that depends on jQuery UI Effect Highlight:
Prefixing the name of the effect by jquery-ui-effects-
. Lowercase string.
For example, load the Shake effect with:
jquery-ui-effects-shake
.WPjQueryUIEffects::getHandle('shake')
.No. Please note that jquery-ui-core
(ui.core.js
file) is not a dependency for the effects to work.
The WP jQuery UI Effects plugin use the version 1.7.2
. Requires jQuery 1.3+
.
Sure can! Add your feature request or report your bug report other at the bug tracker.