[jQuery] Check if remote file exists.

[jQuery] Check if remote file exists.


Is it possible to use jquery to check of remote file (url) exists or
not. For example, I have this url:
http://www.myserver.com/media/test.mp3
can I use a jquery http request to see if the url is valid or not?