<script src="${base}/common_res/js/jquery.js" type="text/javascript"></script> <script type="Text/JavaScript"> $(document).ready(function(){ $(".bbs tr td").dblclick(function() { alert("aa"); alert($(this).html()); alert($(this).attr('id')); alert($(this).parent('tr').attr('id')); }); }) </script> </HEAD> <BODY> <table class="bbs"> <tr id='5'><th id='name5'>88</th><th id='name51'>881</th></tr> <tr id='0'><td id='name0'>5555双击试试</td></tr> <tr id='1'><td id='name1'>6655双击试试</td></tr> </table> </BODY> </HTML> 原创jquery操作table中的tr,td的方法双击dblclick attr parent id jQuery 操作 table td attr
本文转自左正博客园博客,原文链接:http://www.cnblogs.com/soundcode/archive/2012/02/15/2352195.html,如需转载请自行联系原作者