I have this code that performs an ajax call and loads the results into two duplicate divs every time a dropdown is changed. I want the results to be faded into the div, to g
It works with load():
$('.element').load('file.html').hide().fadeIn();