aihowes / equalstature

EqualStature a jQuery plugin that matches the height of elements using the tallest (natural) height

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Removing Inline Styles

aihowes opened this issue · comments

There's a better way to reset the inline style that will remove the inline-style as opposed to overriding it to 0. Simply use:

$(this).css('height', '');