document.getElementById("vin").focus();
document.form1.name.focus()

$(document).ready(function(){
        document.getElementById("carnum").focus();
    });

最新文章

  1. MYSQL 分组排序
  2. hadoop Error: JAVA_HOME is not set and could not be found.
  3. Xstream(对象和xml转换)
  4. 【nginx】关于fastcgi_cache
  5. nodejs简易实现一下bigpipe
  6. 【Android测试】【随笔】与 “58同城” 测试开发交流
  7. 新学习的语言Groovy
  8. 推荐两篇Unity与Android交互的文章
  9. [设计模式] 20 状态模式 State Pattern
  10. oracle REPLACE 函数 介绍
  11. 10个工具让你的 shell 脚本更强大
  12. select标签 样式 及文本有空格
  13. 简述.jpg .Gif .png-8 .png-24的区别
  14. 学习笔记TF030:实现AlexNet
  15. TP5报错
  16. Marriage Match II HDU - 3081(二分权值建边)
  17. 团队作业第5周 - 测试与发布(Alpha版本)- 天冷记得穿秋裤队
  18. EL表达式学习笔记
  19. RabbitMQ 端口号解析
  20. 磁盘性能分析之iotop

热门文章

  1. Excel用vlookup方法匹配数据
  2. java基础知识(6)---抽象类与接口
  3. MVC4.0 里的分析器错误
  4. 使用SVG + CSS实现动态霓虹灯文字效果
  5. Python循环-break和continue
  6. jquery.html5uploader.js 上传控件
  7. Elasticsearch之curl创建索引库
  8. Ubuntu使用crontab 使用举例
  9. Entity Framework Code-First(7):Inheritance Strategy
  10. spring framework 源码