Skip to content

Instantly share code, notes, and snippets.

@cmilfont
Created June 28, 2010 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmilfont/456301 to your computer and use it in GitHub Desktop.
Save cmilfont/456301 to your computer and use it in GitHub Desktop.
$J = jQuery.noConflict();
//codigo prototype
$("id_de_algum_elemento").hide();
//codigo jquery em seguida
$J("#id_do_elemento").load("caminho.html");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment