Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created March 14, 2014 12:41
Show Gist options
  • Save pablolobos/9546953 to your computer and use it in GitHub Desktop.
Save pablolobos/9546953 to your computer and use it in GitHub Desktop.
jquery_delay-addClass.js
.delay(500).queue(function(next){
$(this).addClass('costo-on');
next();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment