html部分:
<h3 class="font18" >9090909090901</em></span>
<input type="text" >
<input type="text" >
<input type="text" >
<input type="text" >
js部分:函数:
//同步数据input
function txt_same(inputId, txtId) {
var txt = $(inputId).val();
$(txtId).text(txt);
};
拓展:(input获取焦点自动填入)
<input type="text" onfocus="if (value == '') { value = 'http://' }" onblur=" if (value == '') { value = 'http://' }" placeholder="请输入个人网址" />