Jquery.queue Articles
jQuery.queue() – An explanation of the jQuery FX method
by Paul Joyce
So today I came across a bit of a UX problem while using jQuery; I wanted to submit some form content using ajax but the feedback messages were flashing up so quickly they were illegible. The simplified situation I ran into was: The user would submit a form of data using ajax, Content would be [...]