web メモ
<script> $('div.link').click(function() { location.href = $(this).find('a').attr('href'); }); </script>
admin