Skip to content

Instantly share code, notes, and snippets.

@miklund
Last active January 15, 2016 19:35
Show Gist options
  • Save miklund/caabb4588463f5c285e4 to your computer and use it in GitHub Desktop.
Save miklund/caabb4588463f5c285e4 to your computer and use it in GitHub Desktop.
2009-03-16 jQuery/Thickbox + Prototype/Scriptaculous = ?
# Title: jQuery/Thickbox + Prototype/Scriptaculous = ?
# Author: Mikael Lundin
# Link: http://blog.mikaellundin.name/2009/03/17/jquery-thickbox-prototype-scriptaculous.html
// 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