I have a lot of jquery code and a little .js script that use prototype
The problem is when i try to call the $$ method in prototype i got the error : $$ is not define
So i like to know the long hand method to get the $$ work
$$('table.'+triggerClass).each(function(t){
is there a way to force that part of the code to use prototype, as it can be done in jquery jQuery.noConflict();