摘要: <!DOCTYPE html> <html> <head> <script type="text/javascript"> window.onload=function(){ document.getElementById("too").playbackRate=10; } </script> </ 阅读全文
posted @ 2021-04-17 13:30 ice--cream 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 表单过滤器 :input 匹配所有input,textarea,select和button元素 $(":input") :text 匹配所有的单行文本框 $(":text") 含义:查找type属性为text的input元素 :password 匹配所有密码框 $("password") 含义:查找 阅读全文
posted @ 2021-04-17 10:20 ice--cream 阅读(80) 评论(0) 推荐(0) 编辑