Twitter Bootstrap Scrollspy not working at all

前端 未结 3 1872
暖寄归人
暖寄归人 2020-12-31 09:51

I have asked a previous question regarding Bootstrap ScrollSpy and this is my final attempt at trying to get this to work.

What I am trying to achieve is to change t

3条回答
  •  一生所求
    2020-12-31 10:24

    If you dive into the code for this plugin its actually very imporant that you select the parent to the .nav

    this.selector = (this.options.target
          || ((href = $(element).attr('href')) && href.replace(/.*(?=#[^\s]+$)/, '')) //strip for ie7
          || '') + ' .nav li > a'
    

提交回复
热议问题