Saturday, March 9, 2013

Chaining Events


$('#code1').css(

"background-color" : "white", 
"color" : "#grey"
}
)
.slideUp(1000).slideDown(1000)
.animate({ width: '80%' , fontSize: "20px" } , 1800);

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.