Get access to jQuery UI stylesheets
| Author: | TheOnlineHero - Tom Skroza (profile at wordpress.org) |
| WordPress version required: | 3.3 |
| WordPress version tested: | 4.0 |
| Plugin version: | 1.0 |
| Added to WordPress repository: | 05-04-2013 |
| Last updated: | 28-10-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | http://wordpress.org/extend/plugins/jquery-ui... |
| Total downloads: | 5 172 |
| Active installs: | 100+ |
![]() Click to start download |
|
A wordpress plugin that allows you to use jquery ui css within your plugins and themes.
You can use the following lines of code within your template and plugins:
wp_enqueue_style("jquery-ui");
wp_enqueue_style("jquery-ui-accordion");
wp_enqueue_style("jquery-ui-autocomplete");
wp_enqueue_style("jquery-ui-button");
wp_enqueue_style("jquery-ui-core");
wp_enqueue_style("jquery-ui-datepicker");
wp_enqueue_style("jquery-ui-dialog");
wp_enqueue_style("jquery-ui-menu");
wp_enqueue_style("jquery-ui-progressbar");
wp_enqueue_style("jquery-ui-resizable");
wp_enqueue_style("jquery-ui-selectable");
wp_enqueue_style("jquery-ui-slider");
wp_enqueue_style("jquery-ui-spinner");
wp_enqueue_style("jquery-ui-tabs");
wp_enqueue_style("jquery-ui-theme");
wp_enqueue_style("jquery-ui-tooltip");
Built by The Marketing Mix Perth: http://www.marketingmix.com.au
