I'm currently using two libraries (prototype and jQuery), thus I've implemented the jQuery noConflict method and set it equal to $j:
var $j = jQuery.noConflict();
Problem is, now the jquery-1.3.2-vsdoc.js doesn't recognize my $j as a valid entry argument.
Is there a way to change this? I've played around with the jquery-1.3.2-vsdoc.js and had no results.
Thanks!!