Title: multiple jquery plugin not working
Last modified: August 20, 2016

---

# multiple jquery plugin not working

 *  [samiaviper](https://wordpress.org/support/users/samiaviper/)
 * (@samiaviper)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/multiple-jquery-plugin-not-working/)
 * hi everyone
    In my site two copies of jQuery being loaded:
 * [https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js](https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js)
   
   [http://samiaviper.xzn.ir/wp-includes/js/jquery/jquery.js](http://samiaviper.xzn.ir/wp-includes/js/jquery/jquery.js)
 * and it’s cuase every jquery plugins not work properly
    how can i prenvet of doing
   this and how fix this problem?
 * you can see beta version of my site at [http://samiaviper.xzn.ir/](http://samiaviper.xzn.ir/)
   which also has the same problem
 * thanks for your help

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

 *  [LIMEXS](https://wordpress.org/support/users/limexs/)
 * (@limexs)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/multiple-jquery-plugin-not-working/#post-3021195)
 * Why don’t you link it only once?
 *  Thread Starter [samiaviper](https://wordpress.org/support/users/samiaviper/)
 * (@samiaviper)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/multiple-jquery-plugin-not-working/#post-3021199)
 * i cant do that
 * because if i just load the [https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js](https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js),
   ajax and javascript wont work in dashboard and if i just load [http://samiaviper.xzn.ir/wp-includes/js/jquery/jquery.js](http://samiaviper.xzn.ir/wp-includes/js/jquery/jquery.js),
   ajax in dashboard will be fixed but jquery plugin in main site wont work properly,
 * i just add google library and the other one will be load by defualt,
 * _[[No bumping](http://codex.wordpress.org/Forum_Welcome#No_Bumping). If it’s 
   that urgent, consider [hiring someone](http://jobs.wordpress.net/).]_
 *  [Amy Hendrix (sabreuse)](https://wordpress.org/support/users/sabreuse/)
 * (@sabreuse)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/multiple-jquery-plugin-not-working/#post-3021268)
 * The correct way to add jquery is [http://codex.wordpress.org/Function_Reference/wp_enqueue_script](http://codex.wordpress.org/Function_Reference/wp_enqueue_script)
   for your front end and [http://codex.wordpress.org/Plugin_API/Action_Reference/admin_enqueue_scripts](http://codex.wordpress.org/Plugin_API/Action_Reference/admin_enqueue_scripts)
   for scripts to be used in the admin.
 * You should always load your scripts using these functions rather than just calling
   them directly, and you should never be loading multiple copies — they WILL conflict
   in ugly ways, and the point of the enqueue functions is to make sure that only
   one copy is loaded, at the right time, and with all its dependencies.
 *  Thread Starter [samiaviper](https://wordpress.org/support/users/samiaviper/)
 * (@samiaviper)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/multiple-jquery-plugin-not-working/#post-3021320)
 * thanks for your answer
    but i’m just a begginer in webdesign i do whatever you
   said but i didn’t get any Success my beta version site is [http://samiaviper.xzn.ir/](http://samiaviper.xzn.ir/),
   at first look that and then plz tell me what should exactly to do?
 *  [LIMEXS](https://wordpress.org/support/users/limexs/)
 * (@limexs)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/multiple-jquery-plugin-not-working/#post-3021340)
 * Please, link the latest version of jQuery, and later debug the code.

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

The topic ‘multiple jquery plugin not working’ is closed to new replies.

 * 5 replies
 * 3 participants
 * Last reply from: [LIMEXS](https://wordpress.org/support/users/limexs/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/multiple-jquery-plugin-not-working/#post-3021340)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
