Q:

jquery id starts with

$('[id^=editDialog]')
1
$( "input[name^='news']" ) //name starts with news
2
$("td[id^=" + value + "]")
1
// Select id that starts with "GFG"
$( "[id^='GFG']" ).css("background-color", "pink"); 
0

New to Communities?

Join the community