SitePoint Sponsor

User Tag List

Results 1 to 2 of 2

Thread: Jquery Hover issue

  1. #1
    SitePoint Addict
    Join Date
    Sep 2009
    Posts
    297
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Jquery Hover issue

    I've confronted this problem before but don't quite recall how to resolve it. When you hover over the top header area oof my site, it performs the hover state multiple times. It should stop once you move the mouse away. How is that resolved?

    http://estevancarlos.com/v7/

  2. #2
    Unobtrusively zen silver trophybronze trophy
    SitePoint Award Recipient paul_wilkins's Avatar
    Join Date
    Jan 2007
    Location
    Christchurch, New Zealand
    Posts
    14,203
    Mentioned
    40 Post(s)
    Tagged
    0 Thread(s)
    Animation events are being queued up. You can use .stop() to deal with that.
    Programming Group Advisor
    Reference: JavaScript, Quirksmode Validate: HTML Validation, JSLint
    Car is to Carpet as Java is to JavaScript

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •