I have an element in my html with this markup:
<div class="ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active" role="tabpanel" style="width: 98px; display: block;">
I would like to know how to remove the width attribute using jQuery
.css('width', 'auto')