Skip to content

Instantly share code, notes, and snippets.

@nicolasegp
Created March 21, 2016 17:20
Show Gist options
  • Save nicolasegp/cce26981125460d091e7 to your computer and use it in GitHub Desktop.
Save nicolasegp/cce26981125460d091e7 to your computer and use it in GitHub Desktop.
Solución para la función delay de jquery
$('#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