I was using this php line to make the magic happens :
$contents = array_reverse(explode("\n", $contents));
I was wondering how to do the same magic in jQuery.
This is the line without reverse :
function(){$('#myDiv').load('textfile.txt').fadeIn("slow");}
Thanks !