Search code examples
jqueryscriptaculousconflict

jQuery conflicts with Scriptaculous


WHY is it that i cannot use Scriptaculous and jQuery in the same page without calling: jQuery.noConflict() ?


Solution

  • Because they both use the $ variable in the global namespace.