i found a link to get the id’s which are ending with a specific string.
$("element[id$='txtTitle']")
How can we get the id’s if ending strings are many. Like i have an array of strings and want all id’s that are ending with anyone of these strings.
Thank’s
You can combine selector with different
endingswith comma.When you have different ending and same
startuse start.When you have some text
commonbut not sure if it is in start or end or middle use*