maciej-gurban / responsive-bootstrap-toolkit

Responsive Bootstrap Toolkit allows for easy breakpoint detection in JavaScript
MIT License
363 stars 89 forks source link

Not compatible with Bootstrap 3.3.4 #17

Closed pixelbacon closed 9 years ago

pixelbacon commented 9 years ago

Codepen

maciej-gurban commented 9 years ago

The problem with example on CodePen was, that it included the old way of sniffing window resize events. It changed from being $(window).bind('resize', fn) in 2.4.2, to $(window).resize(fn) in 2.5.0. The library should work fine with all 3+ versions of Bootstrap.

Once again, thanks for reporting it!

pixelbacon commented 9 years ago

My pleasure :)

The code has a good intention so by all means my pleasure.