摘要: 最近在写 ajax 提交的时候遇到一个问题,在执行 ajax 提交之后,浏览器页面自动刷新了,主要是没有 由于form 表单的默认提交行为。一下是几种阻止 form 表单默认提交行为的方式。 1.使用button 按钮提交表单的时候,要设置type="button" button在浏览器中默认的类型 阅读全文
posted @ 2023-03-11 19:23 LuoCore 阅读(494) 评论(0) 推荐(0) 编辑
摘要: 只要在该input标签后添加autofocus="autofocus"即可代码实例:<html> <head></head> <body> 用户名:<input type="text" id="username" name="username" autofocus="autofocus"/><br/ 阅读全文
posted @ 2023-03-11 19:21 LuoCore 阅读(135) 评论(0) 推荐(0) 编辑