标签:pre attr ace bin ips fun att cti NPU
function inputFocus(t) { t.bind({ focusin: function () { t.val() == t.attr("tipsValue") && t.val("") }, focusout: function () { "" == t.val() && t.val(t.attr("tipsValue")) } }) }
tipsValue="姓 名" value="姓 名"
输入框模拟placeholder。
标签:pre attr ace bin ips fun att cti NPU
原文地址:https://www.cnblogs.com/pengxiangchong/p/11671199.html