LittleRipples Project
Friday, 20 January 2012
jquery css how to make text fade in fade out
[code]jQuery(function($){
$("#selectedElement").fadeOut().delay(2000).fadeIn();
});[/code]
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment