ASP.NET - jquery simple background change

Asked By hiral jani on 20-Apr-10 12:58 AM
Hello,

I am new to jquery and trying simple examples.
samjayander thiagarajan replied to hiral jani on 20-Apr-10 05:52 AM
Hi,

You can use the animate method. like,
http://stackoverflow.com/questions/190560/jquery-animate-backgroundcolor

or you can use the css and change the css on the events like:
http://inspectelement.com/tutorials/changing-the-background-color-of-a-page-using-jquery/

Regards,
Sam.