Jquery Timer Delay Code Example


Example 1: jquery delay


$( "#foo" ).slideUp( 300 ).delay( 800 ).fadeIn( 400 );

Example 2: jquery delay to call function


$(this).delay(1000).queue(function() {

// your Code | Function here

$(this).dequeue();

});

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable