In: Web Development| jQuery
20 Feb 2009Running two JavaScript libraries on the same page is causing some issues, one or the other might be running but not both at the same time. The issue is that jQuery and Mootools are both using $ to call the function. There are number of fixes that could be done to make them both run [...]