Home › Forums › JavaScript › Remove inline CSS generated from JS animation? › Reply To: Remove inline CSS generated from JS animation?
August 28, 2013 at 1:41 pm
#148446
Member
You just need to set the style attribute to an empty string. With jQuery:
$('.selector').attr('style','');
http://codepen.io/ggilmore/pen/ac560d9cab03376629342f24ffc578b5