working with jquery for the past 2 days iam trying to get a cell value which is needed to perform an update by calling a servlet through ajax.i have used a double click event to
You can encode the number of the row for example like that:
... and than get hold of it by jQuery in the appropriate place row=$(this).parent().attr("index") 0 讨论(0) 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
... and than get hold of it by jQuery in the appropriate place
row=$(this).parent().attr("index")