SyntaxFix
Write A Post
Hire A Developer
Questions
If I'm not mistaken:
var jq = $.noConflict();
then you can call jquery function with jq.(whatever).
jq('#selector');