[jQuery] Fadein with ajax load()
I'm using an ajax load() with an onChange event:
$('#id-of-my-div').load('somescript.php?name='+escape($(this).val()));
Which is lovely, but how can I add a fadeIn to it so that every time
my div is updated, it fades into the div in a sultry & provocative
fashion?
Thanks.