Title: Using jQuery plugins with WordPress
Last modified: August 31, 2016

---

# Using jQuery plugins with WordPress

 *  [olliew](https://wordpress.org/support/users/olliew/)
 * (@olliew)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/using-jquery-plugins-with-wordpress/)
 * In functions.php I have the following code
 *     ```
       function wpt_theme_js() { wp_enqueue_script( 'fullpagejs', get_template_directory_uri() . '/js/jquery.fullPage.min.js', array('jquery'), '', true ); } add_action( 'wp_enqueue_scripts', 'wpt_theme_js' );
       ```
   
 * I can’t get any simple plugins to work. Am I missing something?
    In the relevant
   page template I have some jquery code in script tags just before the closing 
   body tag. I am typing jQuery rather than the dollar sign
 *     ```
       <script>jQuery(document).ready(function() {
               jQuery('#fullpage').fullpage();
           });
   
       </script>
       ```
   

Viewing 1 replies (of 1 total)

 *  [doubleedesign](https://wordpress.org/support/users/doubleedesign/)
 * (@doubleedesign)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/using-jquery-plugins-with-wordpress/#post-7340197)
 * Can you post a link to a page on your site that the plugin should be applied 
   to?

Viewing 1 replies (of 1 total)

The topic ‘Using jQuery plugins with WordPress’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [doubleedesign](https://wordpress.org/support/users/doubleedesign/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/using-jquery-plugins-with-wordpress/#post-7340197)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
