Title: binarydigits's Replies | WordPress.org

---

# binarydigits

  [  ](https://wordpress.org/support/users/binarydigits/)

 *   [Profile](https://wordpress.org/support/users/binarydigits/)
 *   [Topics Started](https://wordpress.org/support/users/binarydigits/topics/)
 *   [Replies Created](https://wordpress.org/support/users/binarydigits/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/binarydigits/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/binarydigits/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/binarydigits/engagements/)
 *   [Favorites](https://wordpress.org/support/users/binarydigits/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Lightbox 2 conflict with jCarousel](https://wordpress.org/support/topic/lightbox-2-conflict-with-jcarousel/)
 *  [binarydigits](https://wordpress.org/support/users/binarydigits/)
 * (@binarydigits)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/lightbox-2-conflict-with-jcarousel/#post-1446617)
 * The problem is that your other plugin may load another version of jQuery in which
   case the conflict will occur. To fix the issue you have to add
    **jQuery.noConflict();**
   before the **$(document).ready(…)** call.
 * After this, you have to replace all **$** signs with keword: **jQuery** in your
   script files.
 * This worked for me!
    Sources: [http://forums.obdev.at/viewtopic.php?f=6&t=2951](http://forums.obdev.at/viewtopic.php?f=6&t=2951)
 * [http://groups.google.com/group/jquery-en/browse_thread/thread/2f47a1874e6423ae/b7ed8400d7034121?lnk=raot](http://groups.google.com/group/jquery-en/browse_thread/thread/2f47a1874e6423ae/b7ed8400d7034121?lnk=raot)

Viewing 1 replies (of 1 total)