jQuery(document).ready(function() { jQuery("#toggle").click(function() { jQuery(".span").toggle(); } ); } );