如何使用 jQuery 选择以某个字符开头的 ID?
给定一个 HTML 文档,任务是使用 jQuery 选择 ID 以某些字符开头的元素。
方法:使用 jQuery [attribute^=value] Selector 选择 ID 以特定字符开头的元素。
示例 1:此示例选择 ID 以“GFG”开头的元素并更改其背景颜色。
How to select ID starts with
certain character in jQuery ?
GeeksForGeeks
This is Div box.
输出:
- 在点击按钮之前:
- 点击按钮后:
示例 2:本示例选择 ID 以“GFG”开头的元素并设置其背景颜色。
How to select ID starts with
certain character in jQuery ?
GeeksForGeeks
This is Div box.
输出:
- 在点击按钮之前:
- 点击按钮后: