Replace CSS using jQuery

$('.myclass').css('width','100%');
$('.myclass').css({'height':'10px'});