how to remove the added class after 100 milli seconds in jQuery code example
Example: remove a class after 100 milliseconds jquery
$('.box').addClass("bg1").delay(100).removeClass("bg1");
$('.box').addClass("bg1").delay(100).removeClass("bg1");