I don't think that's your problem. Script loading is synchronous by default, so unless you're using the defer
attribute or loading jQuery itself via another AJAX request, your problem is probably something more like a 404. Can you show your markup, and let us know if you see anything suspicious in firebug or web inspector?