... Is it possible with jQuery (or plain javascript) to remove ju
Is it possible with jQuery (or plain javascript) to remove ju
To remove an attribute, use this:
$(".mydiv UL").css("height", "");
Thanks to am not i am for correcting my answer.