Title: WordPress and jQuery
Last modified: August 20, 2016

---

# WordPress and jQuery

 *  [loubas](https://wordpress.org/support/users/loubas/)
 * (@loubas)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/wordpress-and-jquery-2/)
 * Hi all,
 * I try to integrate the following javascript code in my plugin
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   The maximum number of lines of code that you can post in these forums is **ten
   lines**. Please use the [pastebin](http://wordpress.pastebin.com/)]_
 * for displaying a metabox if a certain category is selected. But the problem is
   that the following error occurs: jQuery is not defined.
    This is strange since
   I load correctly jQuery with wp_register_script and I use it elsewhere in my 
   plugin.
 * Can you please help me with this?
    Thank you very much!!

Viewing 1 replies (of 1 total)

 *  [marv51](https://wordpress.org/support/users/marv51/)
 * (@marv51)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/wordpress-and-jquery-2/#post-2779914)
 * wp_register_script doesn’t load the script, wp_enqueue_script does.
 * But you can just use wp_enqueue_script(‘somescript’, ‘/Where’, array(‘jquery’))
   
   See [http://codex.wordpress.org/Function_Reference/wp_enqueue_script](http://codex.wordpress.org/Function_Reference/wp_enqueue_script)
   for details.
 * If that is not your problem, please let me know.
 * Marvin

Viewing 1 replies (of 1 total)

The topic ‘WordPress and jQuery’ is closed to new replies.

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)
 * [metabox](https://wordpress.org/support/topic-tag/metabox/)

 * 1 reply
 * 2 participants
 * Last reply from: [marv51](https://wordpress.org/support/users/marv51/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/wordpress-and-jquery-2/#post-2779914)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
