Results 1 to 3 of 3

Thread: prevent jquery build up on this css menu

  1. #1
    Join Date
    Mar 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default prevent jquery build up on this css menu

    Hi guys,
    I am using this menu on one of our websites -
    http://www.dynamicdrive.com/style/cs..._line_tabs/P0/

    I would to implement the following tips to the menu but am not sure how to..
    1) Implement a .stop() to prevent animation queue buildup. See Brandon Aaron's solution:
    http://www.learningjquery.com/2009/0...-queue-buildup

    2) Set a timeout for the menus to stay open for ~1s or so. As it stands, mousing 1 pixel off the bottom will close all layers of the menu, and can be quite frustrating to users.

    Could anyone assist me?

    Thanks in advance

  2. #2
    Join Date
    Sep 2008
    Location
    Seattle, WA
    Posts
    135
    Thanks
    1
    Thanked 11 Times in 11 Posts

    Default

    What part don't you quite get? That solution simply added a .stop() function ahead of the .animate() function in order to achieve the reduction in queue buildup. I don't have the code for the menu but that example is pretty self explanatory.

  3. #3
    Join Date
    Jun 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hey gk did you ever find a solution for the animation queue build up? I don't get it either 'cause the code is not the same.

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
  •