Bootstrap 3 affix triggering on scrolling on div -



Bootstrap 3 affix triggering on scrolling on div -

i have page using bootstrap 3 , snap.js library (https://github.com/jakiestfu/snap.js/).

i need have navbar affix.

unfortunately, affix seems work using window.scroll element, not working in case (i'm wondering why, if log window.pageyoffset every sec remains fixed 0 , never fires window.onscroll trigger.).

is there way bind affix scrolling of inner element?

(similar issue: bootstrap affix not working within iframe)

issue solved, it's written in documentation:

https://github.com/twbs/bootstrap/issues/14932

in case:

<div id="toolbarcontainer" data-spy="affix" data-target=".snap-content" data-offset-top="100"> [...] </div>

twitter-bootstrap twitter-bootstrap-3

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -