Rev 12947 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12947 | Rev 13306 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !!<script |
1 | !!<script> |
2 | !!/*<![CDATA[*/ |
2 | !!/*<![CDATA[*/ |
3 | !! jQuery(function($$) { $$(document).ready(function(){ |
3 | !! jQuery(function($$) { $$(document).ready(function(){ |
4 | !! $$(".content_expert").hide(); $$(".button_expert").click(function () { |
4 | !! $$(".content_expert").hide(); $$(".button_expert").click(function () { |
5 | !! $$(this).next(".content_expert").slideToggle(); }); |
5 | !! $$(this).next(".content_expert").slideToggle(); }); |
6 | !! }); |
6 | !! }); |