emilos
0
Q:

jquery selector id that starts with

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

New to Communities?

Join the community