Jquery delay not working correctly

后端 未结 4 1626
南旧
南旧 2021-01-28 23:46

I want to create a delay between these two messages:

$(\'#submit-account\').html(animation + \'Submitting Data\')
$(\'#submit-account\').html(animation + \'Valid         


        
4条回答
  •  时光取名叫无心
    2021-01-29 00:22

    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.

    take a look at this jsFiddle


    reference


提交回复
热议问题