I want a DIV, currently that has two classes applied to it, to change to a different class after two seconds. So,
Code: Select all
<div class="class_one class_two">My Content</div>Code: Select all
<div class="new_class">My Content</div>Also, is there a way I can simply remove a DIV from the page after two seconds?
Thanks all!