Affix - affix.bs.affix doesn't fire on page load
Created by: mfernea
An element is affixed when scrolling more than 100px.
- If you scroll to 200px it gets affixed
- affix.bs.affix event fires
- if you reload the page the element is affixed
- but affix.bs.affix doesn't fire.
Tested on FF 27 and Chrome 33 on Mac.
View the behavior: http://jsbin.com/lasiqema/1/ View the code: http://jsbin.com/lasiqema/1/edit?html,js,output