Results 1 to 2 of 2

Thread: Does Accordion plugin provide some seconds delay on mousehover?

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

    Default Does Accordion plugin provide some seconds delay on mousehover?

    1) Script Title: Accordion plugin

    2) Script URL (on DD):http://www.dynamicdrive.com/dynamici...chnology=0,1,2


    3) Describe problem:
    I would like to know if there is any way of adding a delay, so that each heading does not immediately reveal its content but rather it reveals its content after a delay of a second or so.

    Is there any way of doing this? If there is, can you point me in the right direction?

    Many thanks for all your work!
    Last edited by camelh; 06-18-2008 at 01:03 AM.

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Try doing something like this:
    Code:
    <a href="#" onClick="setTimeout(\"ddaccordion.collapseall('technology');\",2000); return false">Collapse all</a>  | <a href="#" onClick="setTimeout(\"ddaccordion.expandall('technology');\",2000); return false">Expand all</a>
    Jeremy | jfein.net

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
  •