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