GithubHelp home page GithubHelp logo

Comments (4)

seweil avatar seweil commented on August 23, 2024

I've done this by scrolling the content, not the entire page.
Sample here with minimal delta from base Slate: https://github.com/seweil/slate-test
And in production here: http://smartsheet-platform.github.io/api-docs/

One unresolved bug: Browser back button doesn't work well. I'd appreciate suggestions here.

(The quick and dirty solution is to add a lot of padding before each header.)

from jquery.tocify.js.

schantanu avatar schantanu commented on August 23, 2024

Hi @seweil , I am trying to achieve exactly that. The Navbar is in position: fixed, and hence hiding the page content. What parameter did you use to scroll the content from the tocify jquery? I do not want to resort to padding between headers.

from jquery.tocify.js.

seweil avatar seweil commented on August 23, 2024

You'll will have to look at the code changes in this fork

from jquery.tocify.js.

schantanu avatar schantanu commented on August 23, 2024

Alright, I got it to work. I added the intended value in pixels (e.g. 70) on line 953.

  // _scrollTo
  // ---------
  //      Scrolls to a specific element
  _scrollTo: function(elem) {

    var self = this,
      duration = self.options.smoothScroll || 0,
      scrollTo = self.options.scrollTo + 70,
      currentDiv = $('div[data-unique="' + elem.attr("data-unique") + '"]');

    if (!currentDiv.length) {

      return self;

    }

I am not sure why this works, but inserting the value in the scrollTo parameter itself on line 88 does not.

from jquery.tocify.js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.