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? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -