[javascript] How do I implement JQuery.noConflict() ?

If I'm not mistaken:

var jq = $.noConflict();

then you can call jquery function with jq.(whatever).

jq('#selector');