runxinzhi.com
首页
百度搜索
Jqtable edit
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>豪情</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <style> p{line-height:23px;margin:0;padding:0;} table,th,td{border:1px solid #96C2F1;border-collapse:collapse;} tr{cursor:pointer;} </style> <script> $(function(){ $('#tab tr').click(function(){ $(this).find('td').each(function(i){ $('form>input').eq(i).val($(this).text()); }); alert($('form>input').eq(1).val()); });x }); </script> </head> <body> <form action=""> 姓名:<input type="text" name="" id="" /> QQ:<input type="text" name="" id="" /> E-mail:<input type="text" name="" id="" /> <input type="button" value="修改" /> <table id="tab" width="680" style="margin-top:10px;"> <tr> <th>姓名</th> <th>QQ</th> <th>E-mail</th> </tr> <tr> <td>豪情</td> <td>249056406</td> <td>jikeytang@gmail.com</td> </tr> <tr> <td>Jikey</td> <td>123</td> <td>puag@gmail.com</td> </tr> <tr> <td>Tont</td> <td>456</td> <td>tangjikey@gmail.com</td> </tr> </table> </form> </body> </html>
运行代码
相关阅读:
[CQOI2017] 小Q的棋盘
CF75D Big Maximum Sum
Dockerfile
docker镜像与容器的导出导入
ubuntu安装glusterFS
常用工具网站网址
国内数据分析平台
清理系统垃圾
sql注入笔记
shopify Liquid语言学习知识点总结
原文地址:https://www.cnblogs.com/jikey/p/1735304.html
最新文章
Vue富文本编辑器(图片拖拽缩放)
Filter in Springboot
为什么“好想你“不值得投资?
123
【模板】Miller Rabin
不等式技巧
AMC12
国内外竞赛官网
2020 AMC 8 Problems
AOPS
热门文章
五中期中考试
数学系参考书单(法国巴黎高等师范学校)
《现代控制系统理论》小丛书
【转载】世界第一数学强校的背后
数列
『暂别』
『你已经见过的无聊数论』
『Knuth-Morris-Pratt Algorithm with its Automaton』
打造Title居中的Toolbar
[NOIP2016] 天天爱跑步
Copyright © 2020-2023
润新知