Linux 软件免费装
Banner图

PJ jQuery UI Helper

开发者 pjokumsen
更新时间 2015年4月22日 03:44
PHP版本: 3.8.1 及以上
WordPress版本: 4.2
版权: GPLv2 or later
版权网址: 版权信息

标签

tabs jquery ui dialog

下载

详情介绍:

This plugin allows you to use jQuery UI's widgets with a simple to advanced shortcode in your pages or posts. Here is a list of the current widgets and their corresponding shortcodes: Widgets I hope to add in the near future are: I also hope to allow more variations for the widgets in the near future.

安装:

  1. Upload files to the /wp-content/plugins/ directory, in their own directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Add shortcodes to your pages/posts as you like

屏幕截图:

  • An example of a dialog using the shortcode \[pjjuh-dialog\].
  • An example of tabs using the shortcode \[pjjuh-tab-group\] and \[pjjuh-tab\].
  • An example of an accordion using the shortcode \[pjjuh-accordion\] and \[pjjuh-acc-section\].
  • blue theme
  • base theme
  • flick theme
  • trontastic theme

升级注意事项:

1.0.5 Accordion widget now available 1.0.4 New theme available 1.0.3 Use WordPress scripts 1.0.2 Tab widget added.

常见问题:

How can I create a dialog?

Find where you would like to place the button, in that location (In Page/Post edit) insert [pjjuh-dialog]{contents}[/pjjuh-dialog] where {contents} is the contents you would like to have inside of your dialog.

How can I create tabs?

Find where you would like to place your tabs section, in that location (In Page/Post edit) insert [pjjuh-tab-group][pjjuh-tab title='{tab-title}']{contents}[/pjjuh-tab][/pjjuh-tab-group] where {contents} is the contents you would like inside of that tab and {tab-title} is the text that will show in the tab's button. Take a look at screenshots for an example.

Are there more attributes I can use in the shortcodes?

Yes! There is a list of accepted attributes here: Plugin Website.

Are there themes that I can choose from?

Yes! There are currently 3 supported themes, check out the screenshots page to see how they look. The themes can be selected in the Plugin Options menu (PJ jQuery UI Helper, on the side of your admin page).

更新日志:

1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0