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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -