Response title
This is preview!
$.ajax({ url: 'ajax/test.html', success: function(data) { $('.result').html(data); alert('Load was performed.'); } });
You don't have to write much, you don't have to worry about cross-browser support ...
© 2013 jQuery Foundation
Sponsored by and others.