gpt4 book ai didi

ajax - 当
<input> 通过 Ajax 加载时,HTML5 的 Autofocus 属性仅在 FireFox 中不起作用。为什么?

转载 作者:太空狗 更新时间:2023-10-29 14:46:16 25 4
gpt4 key购买 nike

下面是我通过 ajax 加载的表单。当我直接运行表单页面时,c_name 上的自动对焦在 firefox 中有效,但在加载 ajax 时却无效!不过它在 opera/safari/chrome 上运行良好!

<form action="client_entry_action.php" method="post" id="client_entry_form" name="client_entry_form">

<fieldset id="client_info_1">

<label for="c_name">Name:</label>
<input type="text" name="c_name" required placeholder="Name" autofocus="autofocus" />

<label for="c_phone">Phone Number:</label>
<input type="tel" name="c_phone" required placeholder="Mobile/Phone Number" />

<label for="c_email">Email:</label>
<input type="email" name="c_email" required placeholder="email@example.com" />

<label for="c_address">Address:</label>
<textarea name="c_address" ></textarea>


</fieldset>

<fieldset id="client_info_2">

<label for="c_info">Additional notes:</label>
<textarea name="c_info" ></textarea>

<input type="submit" name="add_client" value="Add Client" />

</fieldset>

</form>

最佳答案

自动对焦仅在 onload 触发之前完成;它旨在以声明方式指定对初始页面加载的关注。

关于ajax - 当 <Form>&lt;input&gt; 通过 Ajax 加载时,HTML5 的 Autofocus 属性仅在 FireFox 中不起作用。为什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9955398/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com