Load jQuery in Plugin Options Page
-
I’m trying to load jQuery into a plugin options page and having a dickens of a time doing so… any tips would be welcome.
I tried:
add_action('admin_init', 'add_jQuery')); function add_jQuery(){ wp_enqueue_script('jquery'); }
didn’t work…. any help would be most welcome.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Load jQuery in Plugin Options Page’ is closed to new replies.