I am using styling button and toolbars with the jquery UICSS Framework and it seems to be working fine but since I am new to this I don't know where to put the
hover class, help is needed...thanks
.hover( function(){ $(this).addClass("ui-state-hover"); }, function(){ $(this).removeClass("ui-state-hover"); } )