<script> $('.trigger').click(function() { $('.aaa', this.parentNode).toggle(); $('.bbb', this.parentNode).toggle(); }); </script>