$(this).html(666);
<div id="a">123</div> <script> $("#a").click(function () { alert($(this).html()); }); </script>