Click here to Skip to main content
16,016,770 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in my webpage, i have several readonly textboxes present, i want to apply a style for all of them, how to do it using jquery ....plz help
Posted
Updated 19-Aug-12 1:01am
v2

1 solution

$('input[type=text][readonly]') will give you all the readonly textboxes, then you can set their class.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900