Hi I am trying to add an animation such as fade in/fade out or slide to .load . I have attached a fiddle of the basic structure but firstly my ajax calls are not working on fiddle (I tried full urls) but they work on the test site.
I tried adding .fade() to the end of the function but this doesn't seem to work.
Does anyone have any ideas?
$(".vCard").click(function(){
$("#mainContent").load("ajax/vCard.php").fade();
});