Created
March 21, 2016 17:20
-
-
Save nicolasegp/cce26981125460d091e7 to your computer and use it in GitHub Desktop.
Solución para la función delay de jquery
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#item').text('Error!!').css('background-color','#f67').delay(2000).queue(function() { | |
$('#item').text('Descargar mp3').css('background-color','#49e'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment