如果是多个文本框写入完 提交 然后怎么显示上面 用JQuery做 在线等~帮助完一定给高分 添加行后
写入数据后 提交显示在文本框里
本页
怎么用JQuery获取动态生成的TD里的<input type="text" id="ck1">这里...
假设你的表id为mytable ("#mytable").find("[type=checkbox]:checked").each(function(){ var company =$(this).parent().parent().find("[type=text]:eq(0)").val();var pinyin =$(this).parent().parent().find("[type=text]:eq(1)").val();var wubi =$(this).parent().p...
jquery问题:根据ID的变量查找form下面所有input
<input type="button" value="test" \/> <input type="radio" value="222" \/> <\/form> 选择表单1中的input--- $("#frm1 input")--->>返回frm1的input数组;选择表单1中的input--- $("#frm2 input")--->>返回frm2的input数组;...