摘要: 1、基本模板 <html lang="zh-CN"> <head> <!--HTML的字符编码--> <meta charset="utf-8"> <!--设置浏览器的兼容模式,适应最新版本的浏览器引擎的渲染--> <meta http-equiv="X-UA-Compatible" content 阅读全文
posted @ 2020-11-17 19:37 ☞@_@ 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 1、失去焦点事件onblur 2、选择器 3、属性操作 4、事件 5、加载完成 6、合成事件 7、调用js的成员 8、text(),html() 9、动态添加删除元素 10、遍历集合以及change事件 11、设置样式 12、函数 13、权限选择 1、失去焦点事件onblur //为文本框注册失去焦 阅读全文
posted @ 2020-11-17 16:39 ☞@_@ 阅读(121) 评论(1) 推荐(0) 编辑