joeytheman
joeytheman
Can you add a version header to the js file so it is easy to see if my current file is out of date. Thanks.
Is it possible to bind to a group of checkboxes that pertain to the same attribute? When I define my checkbox names as `name=options[]` in html, the backbone model `options[]`...
FloatingFixed was throwing an error if the element was removed from the page because the scroll method was not unbinding. I edited my fork to `unbind` if `windowScroll` throws an...