paulmason411 0 Report post Posted February 18, 2008 (edited) Hi Guys,I am trying to run multiple javascript files on my site to achieve two different functions. There seems to be a conflict, depending on the order that i run the files it will cause one function to work and the not to. The conflicts I get are from Lightwindow and JScrollPane.I have read that this can be an onload problem. Has anyone had this same problem? I noticed it also happens when i mix JscrollPane and Lightbox v2.Any help or suggestions would be appreciated, Cheers. Edited February 19, 2008 by paulmason411 (see edit history) Share this post Link to post Share on other sites
paulmason411 0 Report post Posted February 19, 2008 I have found a solution. The problem is that the two scripts are both using the same JQuery library.The way to do it is to run the function jQuery.noConflict(); Here is a better explanationLet me know if you are experiencing the same problem, and I'll do my best to help. Share this post Link to post Share on other sites