git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
65600fc60
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
js
jquery.accordion.min.js
download, js, and css patches from jeremy.
Andrew Lewman
commited
65600fc60
at 2011-09-04 16:04:31
jquery.accordion.min.js
Blame
History
Raw
$(document).ready(function(){$('.accordionButton').click(function(){if($(this).next().is(':hidden')==true){$(this).addClass('on');$(this).removeClass('off');$(this).next().slideDown('normal');}else{$(this).removeClass('on');$(this).addClass('off');$(this).next().slideUp('normal');}});$('.accordionContent').hide();$(".open").trigger('click');});