Sam152 / Javascript-Equal-Height-Responsive-Rows

A simple jQuery plugin to keep elements the same height, supporting resizing and responsive layouts.
183 stars 50 forks source link

Disable plugin when responsive? #20

Open notflip opened 9 years ago

notflip commented 9 years ago

Is it possible to disable the plugin when on some resolutions? For example when using bootstrap that i's only applicable when the .col-md is active and not on the .col-xs

Thank you! great plugin

Sam152 commented 9 years ago

You could use something like this to call and destroy the plugin: https://github.com/ten1seven/jRespond

Not an easy way that I can think of for sandboxing it to breakpoints. You could always hack the resize method and check the screen width in there.