I am trying to load using fj in html with ajax. It loads, but without fading, I donβt know what I am doing wrong, here it is my code:
$("#artworks").click(function(){ // load artworks page $("#content").load("artworks.html"); function(){ $(this).fadeIn("slow"); }); });
he gets an error, what is my error?
user1617218
source share