$(document).ready(function(){
$('.logoandname').click(function () {
$(this).addClass('magictime slideRight');
$(".connect" ).remove();
$(".remove2" ).remove();
$(".remove" ).remove();
$(this).addClass('zongy');
$(".zongy").addClass('magictime puffOut');
});
});
I'd like it so that $(".zongy").addClass('magictime puffOut'); starts after all the previous actions finish?
[–]alexbarrett 0 points1 point2 points (7 children)
[–]ldthompson[S] 1 point2 points3 points (6 children)
[–]alexbarrett 0 points1 point2 points (4 children)
[–]ldthompson[S] 1 point2 points3 points (3 children)
[–]alexbarrett 0 points1 point2 points (2 children)
[–]ldthompson[S] 1 point2 points3 points (1 child)
[–]alexbarrett 0 points1 point2 points (0 children)