Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Grid Accordion – infogrid – timeout/reset feature request

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37119
    kc_csstricks
    Member

    Hi, the InfoGrid – Grid Accordion (css-tricks.com/examples/InfoGrid/) is quite impressive. Is there anyway for it to automatically retract, after a brief timeout and go back to its original state?

    Let’s say a user clicks on Spider Man and Morality. And then does nothing. After about 5 seconds, can it go back to its previous state/position, which in this example is Aquaman-Superpower expanded?

    The only way to accomplish this right now as is, is for the user to click Reload on the browser. Any help is greatly appreciated. Thanks!

    #98891
    Mottie
    Member

    Try this code:

    $('.aquaman').trigger('click');
    #98893
    karlpcrowley
    Participant

    something like this may help
    http://jsfiddle.net/V9nqg/5/

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.