Home >Web Front-end >JS Tutorial >A small example of jQuery implementing id fuzzy query_jquery
eg_1. Find a certain ID picture collection on the page, first put it in the code:
Find the img whose id contains "CBS_1" and use $("img[id=^CBS_1]") to get
eg_2. For another example, find the div collection of a certain ID on the page and put the code: