I want to create a delay between these two messages:
$(\'#submit-account\').html(animation + \'Submitting Data\') $(\'#submit-account\').html(animation + \'Valid
maybe you need to link JQuery 1.9.1, this is working: jsFiddle is here
and note that delay() method is for delaying between queued jQuery effects.
delay()
take a look at this jsFiddle
reference