... Is it possible with jQuery (or plain javascript) to remove ju
Is it possible with jQuery (or plain javascript) to remove ju
$('.mydiv ul').each(function(){ $(this).attr('style', $(this).attr('style').replace('height: ', 'height:').replace('height:'+$(this).css('height')+';', '')); });
just make sure the style value format either "height:111px;" or "height: 111px;"
"height:111px;"
"height: 111px;"