Transparent background with jQuery? -
i use jquery fadeto transparent background of div, affects content inside div text. there way affect background div , not content?
you can use
$("div").animate({background: "transparent"}, 1000);
you'll need color animation plugin capability.
Comments
Post a Comment