Linux 软件免费装

WordPress jQuery UI Effects

开发者 piouPiouM
更新时间 2010年1月6日 03:26
PHP版本: 2.8 及以上
WordPress版本: 3.0-alpha

标签

javascript jquery library effects jquery-ui

下载

1.0.0

详情介绍:

Easily register and load the effects of the jQuery UI Effects library in your themes and plugins. Supported effects: Requirements WordPress jQuery UI Effects requires PHP5.

安装:

  1. Upload wp-jquery-ui-effects folder and all it's contents to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Refer to the FAQ for usage and tips.

常见问题:

How do I use this plugin?

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.

Load script depends on jQuery UI Effect Highlight

Add and load a new script that depends on jQuery UI Effect Highlight:

How to find the name of scripts available?

Prefixing the name of the effect by jquery-ui-effects-. Lowercase string. For example, load the Shake effect with:

  • jquery-ui-effects-shake.
  • or by using the static method WPjQueryUIEffects::getHandle('shake').

jQuery UI is it necessary to run jQuery UI Effects?

No. Please note that jquery-ui-core (ui.core.js file) is not a dependency for the effects to work.

Wich is the version of jQuery UI Effects used by the plugin?

The WP jQuery UI Effects plugin use the version 1.7.2. Requires jQuery 1.3+.

Can I make a suggestion for a new feature or report a bug?

Sure can! Add your feature request or report your bug report other at the bug tracker.

更新日志:

1.0.0