I have this code:
$.ajax({ url : url, data : {ids : JSON.stringify(jsonids), hotel_id: hotel_id}, success : function(response)
+1 to cletus, but I just wanted to highlight the other way you could do it.
$('#be-images ul').prepend( $(response).hide().fadeIn('slow') );