I have a class in CSS
.Foo { width:20px; }
Using Jquery I would like to do something similar to this on an event:
$(\".Fo
This may work for you.. $(".Foo").css("width", "40px");