Title: How to include custom jquery
Last modified: August 20, 2016

---

# How to include custom jquery

 *  [Civil_777](https://wordpress.org/support/users/civil_777/)
 * (@civil_777)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/how-to-include-custom-jquery/)
 * I have some JQuery that I would like to uses in WordPress. I developed it outside
   of WordPress, and it’s working fine, but I am having trouble getting it to work
   inside of WordPress. The problem is that I am using JQuery custom theme which
   uses three files instead of the usual one: jquery-ui-1.8.16.custom.css, jquery-
   1.6.2.min.js, jquery-ui-1.8.16.custom.min.js. Is it possible to include these
   three files in this one WordPress page instead of the JQuery file normally included?
 * Following is the head section of my working file that was developed outside WordPress.
 *     ```
       <head>
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
       <title>jQuery UI Example Page</title>
       <link type="text/css" href="css/custom-theme/jquery-ui-1.8.16.custom.css" rel="stylesheet" />
       <style>
        body { font-size: 62.5%; }
        label, input { display:block; }
        input.text { margin-bottom:12px; width:95%; padding: .4em; }
        fieldset { padding:0; border:0; margin-top:25px; }
        .ui-dialog .ui-state-error { padding: .3em; }
        .validateTips { border: 1px solid transparent; padding: 0.3em; }
       </style>
       <script type="text/javascript" src="js/jquery-1.6.2.min.js"></script>
       <script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
       <script type="text/javascript" src="js/contact_us.js"></script>
       </head>
       ```
   
 * Thanks for any help.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/how-to-include-custom-jquery/#post-2339226)
 * see: [http://codex.wordpress.org/Function_Reference/wp_enqueue_script](http://codex.wordpress.org/Function_Reference/wp_enqueue_script)
 *  Thread Starter [Civil_777](https://wordpress.org/support/users/civil_777/)
 * (@civil_777)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/how-to-include-custom-jquery/#post-2339333)
 * Thanks, that is what I need. I have a few more questions about how to use wp_enqueue_script.
   I will post those questions separately.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to include custom jquery’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [Civil_777](https://wordpress.org/support/users/civil_777/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/how-to-include-custom-jquery/#post-2339333)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
