Difference between revisions of "Menu/DemoSafety"

Line 82: Line 82:
  
  
 +
<script>
 +
$( "#this_should_click" ).click(function() {
 +
jQuery(this).next("div").slideToggle();
 +
});
  
 +
</script>
  
 
</html>
 
</html>

Revision as of 17:22, 19 October 2015