Hello All,
I have a list with columns say Title, Description,Approver1 and Approver2.
Requirement are as below:
- Title, Description and Approver1 should be editable by initiator
- Approver2 should be editable only by Approver1
- Approver2 should be disabled for others (but the value should be seen)
- Approver2 and Approver1 are person or group type field which allows multiple persons
- this needs to be implemented using javascript or jquery
I tried various functions like hide() disable and prop(). Nothing seems to be working. It would be of real help if someone could help me with this.
Mitz Sanil