This video explains about jquery delay method and how to use it.
jquery delay method allows us to delay the execution of functions that follow it in the queue. It can be used with the standard effects queue or with a custom queue.
Syntax :
$(selector).delay(speed,queueName)
speed : means the delay we want to introduce.
queueName : optional and defaults to fx.
Example :
$( "div.custom" ).slideUp( 500 ).delay( 1000 ).fadeIn( 200 );
you should try these cases on your machine and also do try few crazy scenarios if you can.
If you get stuck or if you have any query then please do comment below and let me know.
I will try to reply you as soon as possible.
Смотрите видео jquery delay function part - 136 онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь dnanetwork 01 Октябрь 2017, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,61 раз и оно понравилось 1 людям.