jQuery with another library
hi,
i am using multiple jquery scripts. one i could change easily: http://pastebin.com/D0RB351u .
But when its used with another jquery script, the other one doesnt work anymore..
How can i fix that?
I tried using "$.noConflict();" and replacing all $ with "jQuery", but it didnt work for me.
(btw: i am an absolute jquery beginner, maybe i did something wrong)
thanks a lot 4 your help!