[jQuery] Re: Using multiple versions of jQuery on the same page

2007-10-15 Thread airslim
Actually it does make sense... but its not working, for my case : var jq = jQuery.noConflict(true); throws an arror with firebug -> "jQuery is not a constructor".

[jQuery] Re: Using multiple versions of jQuery on the same page

2007-10-09 Thread airslim
I have exactly the same problem as Glen, that leads me to ask the same question, which is still unanswered: How does it know which jQuery to blow away and which to leave alone ?