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
You'll have to hide() it before you can use fadeIn()
Above worked for me