mootools accordian

Out of context: Reply #5

  • Started
  • Last post
  • 5 Responses
  • monNom0

    you can use the write/read to a hash value (like an anchor), but IE will not see it, as it handles the history array differently and only writes to it on user action (not javascript).

    You'll likely need to edit the Mootools source to return an index value to the "onActive" parameter of Accordion. Just search for 'Accordion' in the source and follow through to 'onActive', s/b pretty straight forward to pass the value through.

    • that last bit is so you can find out which item is the active item.monNom

View thread