Running jQuery with Other Frameworks Via noConflict
While there’s nothing to stop you from using multiple frameworks simultaneously, compatability problems can pop up — particularly between jQuery and Prototype. Luckily, there’s a simple solution called noConflict mode. […]