当前路径: 星河码客 » 插件特效 » HTML5 and JavaScript验证表单

HTML5 and JavaScript验证表单

(function () { var inputs = document.Element('input'); var supports = {}; supports.autofocus = 'autofocus' in inputs; supports.required = 'required' in inputs; supports.placeholder = 'placeholder' in inputs; if (!supports.autofocus) { } if (!supports.required) { } if (!supports.placeholder) { } var send = document.getElementById('contact-submit'); if (send) { send.onclick = function () { this.innerHTML = '...Sending' } }})();

HTML5 and JavaScript验证表单

在线演示        积分下载        6毛下载        砍两刀下载       

文件目录······
暂无数据
 猜你喜欢 更多»
 工具推荐 更多»