Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Affix not working correctly #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Affix not working correctly #11

wants to merge 3 commits into from

Conversation

mcinp
Copy link

@mcinp mcinp commented Mar 26, 2014

Element.removeClassName only accepts single class name, that's why on line 82
this.$element.removeClass(reset) statement didn't remove any class and caused Affix element not to return to original position when page was scrolled back up.

Element.removeClassName only accepts single class name, that's why on line 82
this.$element.removeClass(reset) statement didn't remove any class and caused Affix element not to return to original position when page was scrolled back up.
scrollspy didn't work - now it does as in example sidebar navigation in original bootstrap docs
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant