开发者

Using jQuery, how to select all elements where element id ends with some string?

U开发者_如何学运维sing jQuery, how to select all elements where id attribute ends with some string?


There an attribute-ends-with selector ([attr$=value]), like this:

$("[id$=something]")
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜