Giter Club home page Giter Club logo

Comments (3)

roydukkey avatar roydukkey commented on July 22, 2024

The timer ID is exposed on the dom element itself in the property hoverIntent_t. You may use this to clear the timer on your own, but this property isn't documented and isn't guaranteed to remain exposed in this manner in further releases. Nevertheless, you may access the property in the following manner:

$("#test")[0].hoverIntent_t;

from jquery-hoverintent.

inquiztr avatar inquiztr commented on July 22, 2024

Thanks Roydukkey,
I can see the property in chrome dev tools but I cant seem to actually grab the value. Could you take a look and see what I am doing wrong. When i click on the button it still returns undefined :

http://codepen.io/anon/pen/ZYoNRj

from jquery-hoverintent.

usmonster avatar usmonster commented on July 22, 2024

@inquiztr the property saved on the element is used internally and cleared as soon as the plugin no longer needs it. You won't be able to access it reliably the way you're using it, and this way is not recommended as it you may leave the plugin in an unstable state. (Not to mention that the property in mention will not exist in the next version of the plugin.)

I think the way to do what you want to do requires a little more logic in the callbacks you're using--you might want to take a look at #6 for inspiration. I'm closing this issue for now, but feel free to continue to comment, or open another issue if you run into new problems.

from jquery-hoverintent.

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.