Difference between revisions of "Template:2016Demo bottom"

Line 243: Line 243:
 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
  
$(".click_open").click(function() {
+
$(".click_open").click(function() {
jQuery(this).next("div").slideToggle();
+
 
});
+
if ( $('.click_content:visible').length == 0) {
 +
$(".click_content").show();
 +
}
 +
 
 +
 
 +
else {
 +
$(".click_content").hide();
 +
}
 +
 
 +
});
  
 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Revision as of 16:57, 30 November 2015