Sha256: 26fbf17b8584f97e003b9bc8ebddcaccc581f64d371bad96f6dbbed8e6710733
Contents?: true
Size: 601 Bytes
Versions: 86
Compression:
Stored size: 601 Bytes
Contents
register_dom_update('dl.tabs > dt, dl.rbbt_tabs > dt.next, dl.rbbt_menu > .next, dl.rbbt_vertical_menu > .next, dl.rbbt_accordion > .next', function(title){ title.click(function(){ var option = $(this) var content = option.next() var menu = option.parent('dl') var showed = content.hasClass('show') option.siblings().removeClass('show') if (showed) { content.removeClass('show'); option.removeClass('show'); menu.removeClass('show') } else { content.addClass('show'); option.addClass('show'); menu.addClass('show') } }) })
Version data entries
86 entries across 86 versions & 1 rubygems