floatingFixed icon indicating copy to clipboard operation
floatingFixed copied to clipboard

Cannot Run Twice When Elements Added/Removed From Page

Open joeytheman opened this issue 13 years ago • 0 comments

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 error (ie the element is removed from the page) which works as expected but when I try to run floatingFixed again, it throws another error because I believe it is still looking for the removed element.

I would really like to utilize your plugin and am open to any suggestions on getting this working correctly when elements are added and removed from a page(ie backbone.js application).

Thx

joeytheman avatar May 25 '12 05:05 joeytheman