| wyntarvox ( |
I haven't looked in to exactly how they conflict, so I might be completely off-base, but to avoid the conflict could we use:
For anyone following along, this remaps the default jQuery $ to $jQ (and releases the $ back to whatever other library wants it), so
var $jQ = jQuery.noConflict();For anyone following along, this remaps the default jQuery $ to $jQ (and releases the $ back to whatever other library wants it), so
$(document) becomes $jQ(document).(Reply to this) (Thread from start) (Parent) (Thread)