jQuery in Action
Summary
267
ajaxStart()
,
ajaxSend()
,
ajaxSuccess()
,
ajaxError()
,
ajaxComplete()
, and
ajaxStop()
commands.
With this impressive collection of Ajax tools under our belts, it's easy to enable
Rich Internet Application functionality in our web applications. And remember,
if there's something that jQuery doesn't provide, we've seen that it's easy to
extend jQuery by leveraging its existing features. Or, perhaps, there's already a
plugin--official or otherwise--that adds exactly what you need!
if there's something that jQuery doesn't provide, we've seen that it's easy to
extend jQuery by leveraging its existing features. Or, perhaps, there's already a
plugin--official or otherwise--that adds exactly what you need!
Which is the subject of our next chapter...