Skip to content

Instantly share code, notes, and snippets.

@Itachicz11
Created May 2, 2012 17:53
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 Itachicz11/2578697 to your computer and use it in GitHub Desktop.
Save Itachicz11/2578697 to your computer and use it in GitHub Desktop.
Here is my jquery.ibutton.css enque
/**
* Create Options page
*
* @uses wp_enqueue_style()
*
* @since 1.0.0
*/
function of_style_only(){
wp_enqueue_style('admin-style', ADMIN_DIR . 'assets/css/admin-style.css');
wp_enqueue_style('color-picker', ADMIN_DIR . 'assets/css/colorpicker.css');
wp_enqueue_style('ibutton', ADMIN_DIR . 'assets/css/jquery.ibutton.css');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment