Jquery Conflicts with another Jquery Library

Posted by Johangsl on Stack Overflow See other posts from Stack Overflow or by Johangsl
Published on 2010-05-09T23:41:03Z Indexed on 2010/05/09 23:48 UTC
Read the original article Hit count: 185

Filed under:
|
|

I am currently trying to implement a jquery slider into a joomla website.

I already implemented NoConflict(); so that it doesn't step into joomla. And it works, BUT for another reason wich I do not understand it enters another jquery file called jsloader.js of a plugin I use for picture gallery display.

I suppose all the module jquery files get preloaded before the one im calling inside the template.

it enters the function() in the jsloader.js instead of the one in my jquery file.

How Can I force it to enter my jquery file instead of other

© Stack Overflow or respective owner

Related posts about joomla

Related posts about jQuery