$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