Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jquery read only

Status
Not open for further replies.

deejayAr

Technical User
Mar 20, 2008
126
US
I'm trying to use jquery readonly plugin to make all input in div

if (!User.GetWebUser().Permissions.CheckPerm("View/Retrieve RTPA Info"))
$('div.divMemberLookup :input').readonly(true);

I'm very new to jquery
how to do this stuff

any help would be appriciated
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top