Select all elements with an attribute value that starts with specific characters code example
Example 1: jquery id that starts with
$('[id^=editDialog]')
Example 2: jquery selector attribute value starts with
$( "input[name^='news']" ) //name starts with news