Skip to content

Instantly share code, notes, and snippets.

@mustardBees
Created November 21, 2012 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustardBees/4125995 to your computer and use it in GitHub Desktop.
Save mustardBees/4125995 to your computer and use it in GitHub Desktop.
WordPress 3.3 with bundled jQuery UI
wp_enqueue_script( 'jquery-ui-datepicker' );
wp_enqueue_style( 'jquery.ui.theme', get_stylesheet_directory_uri() . '/css/ui-lightness/jquery-ui-1.8.16.custom.css' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment