I have a page where jquery + other js\'s is being loaded:
i spent hours figuring out why using jQuery.noConflict() doesn't work as is...
Just use var j$ = jQuery.noConflict(); and after that use j$ in place of $ every time you use Jquery on that page.
var j$ = jQuery.noConflict();