I have been asked to identify all read only text boxes in an Asp.Net page and assign a particular style. I’m pretty sure I could iterate over all of the inputs to see if they were inputs that were text boxes with the readonly attribute but I just KNOW there’s a one liner.
Any thoughts?
Is this what you’re looking for?
http://jsfiddle.net/rZvnm/