<script> jQuery(document).ready(function($) { $('#1').click(function(){ $('*').removeAttr('id,class,style'); }); }); </script>