Friday, January 8th, 2010
Wednesday, January 6th, 2010
$.ajax({
url:'http://www.example.com/somefile.ext',
type:'HEAD',
error:
function(){
//do something depressing
},
success:
function(){
//do something cheerful :)
}
});Tags: code snippet
View Comments