gpt4 book ai didi

jquery - 如何在jquery-mobile中获取搜索框的清除事件

转载 作者:行者123 更新时间:2023-12-01 02:57:29 24 4
gpt4 key购买 nike

定义搜索框如果输入框有一些文字,输入框会显示一个清除按钮,如何获取清除按钮的点击事件?

<label for="search-mini">Search Input:</label>
<input type="search" name="search-mini" id="search-mini" value="" data-mini="true" />

最佳答案

输入type=search增强了清晰 <a>具有类 ui-input-clear 的 anchor 按钮。您可以将事件附加到该按钮,如下所示。

Demo

$(document).on('click', '.ui-input-clear', function () {
alert('text cleared');
});

关于jquery - 如何在jquery-mobile中获取搜索框的清除事件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17620351/

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