Yeah, whatever.

18 responses to “jQuery.noConflict() – Multiple Javascript Libraries”

  1. jQuery.noConflict() – Multiple Javascript Libraries | Patrick … | RefreshTheNet

    [...] Orig­i­nal post: jQuery.noConflict() – Mul­ti­ple Javascript Libraries | Patrick … [...]

  2. Edward

    After visiting many jQuery no conflict articles, yours was simple and straightforward. Worked. Thanks!

  3. Andy

    I ran into a conflict of 2 libraries, did a few hours of researching and this was the only solution that worked for me. I don’t quite understand it being new to jQuery, but it works! I’ll drop a line in my code comments back to your site. Much appreciated.

  4. Todd Swope

    This solution is concise, elegant, and easy to implement. Thank you!!!

  5. Anitha Reghunathan

    Thanks a bunch….this solves all my problems… u’re a life saver…

  6. tamara

    the simplest solution ever, thx a LOT!!! :)

  7. jQuery.noConflict() – Multiple Javascript Libraries | Wisekal.ca - Canadian owned Blog!

    [...] a lot Patrick for making this so [...]

  8. Marc

    Kick ass! Thanks boss

  9. Andrea Bizioli

    Simply, elegant, working solution. Thanks man!

  10. Nate

    You definitely saved my ass today. Thanks!

  11. AG

    F’kn awesome stuff…was pulling my hair our big time on this one…thanks a lot!!! :)

  12. Reynardt

    Dude, your a genious!!!!! This has been driving me crazy. Thank you so much!

  13. saeid

    Seems like you are missing a “)” in your code… See below for fixed version

    (function($){
    $(document).ready(function() {
    // Do awesome stuff…
    })
    })(jQuery);

    1. patrickmjones

      Thanks! I’ve updated the code sample.

  14. Adam

    I burned through an entire day trying to figure out how to use the jquery.noconflict() function. Then, I finally found this gem!!! Thank you so much!!!

  15. Thommy

    Thanks you very much. work perfect and is easy to implement

  16. steveW

    May someone explain how can i use this function. Where do i put the libraries ?

  17. Mayur

    This was driving me crazy. Genius you are!
    You definitely saved my ass.

    Thanks so much :)

Leave a Reply