Is there a possibility to remove the plugin from an element, that it was set to before?
Like this:
$('.selector').equalHeightColumns();
...
$('.selector').equalHeightColumns('destroy');
Currently the resize handler fires on each window resize and I see no possibility for removing it. It may be useful in responsive sites when you just want to have equal column heights in some screen sizes.
Is there a possibility to remove the plugin from an element, that it was set to before?
Like this:
$('.selector').equalHeightColumns();
...
$('.selector').equalHeightColumns('destroy');
Currently the resize handler fires on each window resize and I see no possibility for removing it. It may be useful in responsive sites when you just want to have equal column heights in some screen sizes.