I\'m using Bootstrap and the following doesn\'t work:
Blah Blah 26条回答 孤城傲影 (楼主) 2020-11-22 14:36 You could give the row an id, e.g. ... and then use jquery to say something like: $('#special').onclick(function(){ window="http://urltolinkto.com/x/y/z";}) 0 讨论(0) 查看其它26个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
You could give the row an id, e.g.
...
and then use jquery to say something like:
$('#special').onclick(function(){ window="http://urltolinkto.com/x/y/z";})