jQuery.fn.load

jQuery.fn.load


Hi,
jQuery.fn.load lets the complete function be called. jQuery.get lets the function success be called. Why does jQuery.fn.load not the same as jQuery.get?
Thanks.