Line 67: | Line 67: | ||
$(".ti_section_title").click(function() { | $(".ti_section_title").click(function() { | ||
var htmlString = $( this ).html(); | var htmlString = $( this ).html(); | ||
− | $(". | + | $(".ti_section_content").toggle(); |
if ( $('.ti_section_content:visible').length == 0) { | if ( $('.ti_section_content:visible').length == 0) { |
Revision as of 18:45, 7 January 2016
▼ General