GithubHelp home page GithubHelp logo

Comments (6)

ankane avatar ankane commented on July 20, 2024

You'll need to call it before document.load fires, or set startOnReady to false and call ahoy.start() manually.

from ahoy.js.

dts avatar dts commented on July 20, 2024

From my reading of the code, the only way to do this is to set ahoy to the configuration, which is made possible by line 36:

ahoy = { ...config }
// load ahoy.js
ahoy.start()

If you configure after you load the script, you won't actually be able to control startOnReady and various cookie parameters.

from ahoy.js.

ankane avatar ankane commented on July 20, 2024

You should be able to call configure after the JS is loaded but before jQuery's ready event fires.

from ahoy.js.

dts avatar dts commented on July 20, 2024

If I'm not mistaken, unless you set startOnReady to false before you load ahoy.js, it will still call start() on ready.

from ahoy.js.

ankane avatar ankane commented on July 20, 2024

Looks like a bug. Feel free to submit a PR, or I'll tackle it when I can.

from ahoy.js.

dts avatar dts commented on July 20, 2024

That was fast ;). Thanks!

from ahoy.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.