如何通过 JQuery 访问它?我想像这样访问它:("#input*")。可以在 JQuery 中使用 * 标记吗? 最佳答案 你可以这样做: $("[-6ren">
gpt4 book ai didi

php - 通过 JQuery 选择具有随机 ID 的元素

转载 作者:可可西里 更新时间:2023-11-01 00:02:58 24 4
gpt4 key购买 nike

我有一个元素,它的 ID 将随机生成:

<?php echo "<input id='input'".uniqid()." />"?>

如何通过 JQuery 访问它?我想像这样访问它:("#input*")。可以在 JQuery 中使用 * 标记吗?

最佳答案

你可以这样做:

$("[id^='input']")

请参阅开始于的文档:http://api.jquery.com/attribute-starts-with-selector/

关于php - 通过 JQuery 选择具有随机 ID 的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16021156/

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