Answers for "starts with something jquery selector"

1

jquery selector id that starts with

// Select id that starts with "GFG"
$( "[id^='GFG']" ).css("background-color", "pink");
Posted by: Guest on May-25-2020

Code answers related to "starts with something jquery selector"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language