摘要:
<!DOCTYPE html> <html> <head> <script type="text/javascript"> window.onload=function(){ document.getElementById("too").playbackRate=10; } </script> </ 阅读全文
摘要:
表单过滤器 :input 匹配所有input,textarea,select和button元素 $(":input") :text 匹配所有的单行文本框 $(":text") 含义:查找type属性为text的input元素 :password 匹配所有密码框 $("password") 含义:查找 阅读全文