Possible Duplicate:
jQuery - remove style added with .css() function
I want to remove the style property from the div , i cannot use the removeAttribute and removeProperty as removeAttribute removes whole style and remove Property doesnot works in ie. Is there any other way to do it.
<div style="visiblity:hidden;margin-right:10px;margin-left:10px">
I want to remove only visibility style property.