Title: One jQuery script works, another doesn&#039;t
Last modified: August 20, 2016

---

# One jQuery script works, another doesn't

 *  [Mahmud Hamid](https://wordpress.org/support/users/joun007/)
 * (@joun007)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/one-jquery-script-works-another-doesnt/)
 * down vote favorite
 * hi these lines are in my header just before the i have two scripts first is script.
   js that uses quicksand.js and the second is plusslider. when i leave the code
   like this the plusslider works but the script.js doesn’t and when i delete the
   call for the plussslider the script.js works fine. i just cant make them work
   at the same time…CAN ANY ONE HELP ME PLEASE!!
 *     ```
       <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
       <script language="javascript" type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.quicksand.js"></script>
       <script language="javascript" type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/script.js"></script>
       <script language="javascript" type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.plusslider-min.js"></script>
   
       <script language="javascript">
       $(document).ready(function(){
   
       $('#slider').plusSlider({
           createPagination: false,
           sliderEasing: 'easeInOutExpo',
           fullWidth: true,
           sliderType: 'slider'
           });
   
       });
   
       <?php wp_head(); ?>
       ```
   

Viewing 1 replies (of 1 total)

 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/one-jquery-script-works-another-doesnt/#post-2931035)
 * Use [Firebug](http://getfirebug.com/) with Firefox, or use the developer tools
   in [Chrome](https://developers.google.com/chrome-developer-tools/docs/overview)
   or [Safari](http://developer.apple.com/library/safari/#documentation/appleapplications/Conceptual/Safari_Developer_Guide/2SafariDeveloperTools/SafariDeveloperTools.html)
   or [IE](http://msdn.microsoft.com/en-us/library/ie/gg589507(v=vs.85).aspx) to
   see how the javascripts are loading on your site and conflicting with those loaded
   by wp_head . And see [Function Reference/wp enqueue script « WordPress Codex](http://codex.wordpress.org/Function_Reference/wp_enqueue_script)
   to learn how to correctly load JS via wp_head.

Viewing 1 replies (of 1 total)

The topic ‘One jQuery script works, another doesn't’ is closed to new replies.

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * Last activity: [13 years, 12 months ago](https://wordpress.org/support/topic/one-jquery-script-works-another-doesnt/#post-2931035)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
