目前 floatlabels.js 是从 jQuery 1.8 +。较低版本尚未经过测试。
1 2 3 4 5 6 | < head > .. < script src = "jquery.js" type = "text/javascript" ></ script > < script src = "floatlabels.js" type = "text/javascript" ></ script > .. </ head > |
初始化
基本上 floatlabel 上简单的调用初始化。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | < head > .. < script src = "jquery.js" type = "text/javascript" ></ script > < script src = "floatlabels.js" type = "text/javascript" ></ script > .. < script > $('input.floatlabel').floatlabel(); </ script > </ head > < body > < div > < input type = "text" id = "test-input" placeholder = "This is the placeholder" class = "floatlabel" > </ div > </ body > |
该脚本循环所有您所选的输入字段,并将它们转换为浮动标签的输入。
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com