The getJSON makes the call *asynchronously*, meaning that when it hits
that line, it calls it off to the side and doesn't wait for it to
finish before moving onto the next line

you'll have to do the fadeIn inside the callback of getJSON

Reply via email to