SyntaxFix
Write A Post
Hire A Developer
Questions
success is the callback that is invoked when the request is successful and is part of the $.ajax call. done is actually part of the jqXHR object returned by $.ajax(), and replaces success in jQuery 1.8.
success
$.ajax
done
jqXHR
$.ajax()