1
vote
0answers
67 views

Updating a value of any item in a list based on a selection of bool for one item - jQuery

So I hope this makes sense. I have a column within a list that I want to use as an active flag. There are 5 possible categories and for each category there can only be one active value. So I need some ...
0
votes
0answers
309 views

jquery validation and sharepoint/asp.net validation conflict

I am using the jquery validation plugin together with the builtin validation of the peopleeditor in SharePoint. But if the user does not check the name of input entered, then on postback it is not ...