Last active
January 15, 2016 19:35
-
-
Save miklund/caabb4588463f5c285e4 to your computer and use it in GitHub Desktop.
2009-03-16 jQuery/Thickbox + Prototype/Scriptaculous = ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title: jQuery/Thickbox + Prototype/Scriptaculous = ? | |
# Author: Mikael Lundin | |
# Link: http://blog.mikaellundin.name/2009/03/17/jquery-thickbox-prototype-scriptaculous.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// enable noConflict-mode | |
jQuery.noConflict(); | |
// instead of this | |
$(document).ready(function(){ }); | |
// you now do this instead | |
jQuery(document).ready(function(){ }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment