jQuery Attribute Starts With Selector [name^=”value”]
Learn all about the jQuery function Attribute Starts With Selector [name^=”value”].
This selector can be useful for identifying elements in pages produced by server-side frameworks that produce HTML with systematic element IDs. However it will be slower than using a class selector so leverage classes, if you can, to group like elements.