I have a few textboxes in an aspx page. i would like to change the textbox color to yellow if they are enabled. I can do it individually for each textbox. But is there a way where I can get all the textbox collection of a page and check their enabled property and assign the backcolor?
Share
Using JQuery
Assuming they share a common class “textboxes”
or for earlier javascripts