I have a table in HTML.
JOHN DOE DO 2条回答 感情败类 (楼主) 2021-01-29 13:22 Here is the jsfiddle I don't know how you handle your popup but this is how your js should be structured. $(function(){ $('a').click(function(){ $('h3').html($(this).html()) }); }); 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Here is the jsfiddle I don't know how you handle your popup but this is how your js should be structured.
$(function(){ $('a').click(function(){ $('h3').html($(this).html()) }); });