Hi,
I've successfully gotten spservices working throughout a new project. I have 2 lists with a dual relationship to each other. Changes on one should update the other. The parent has a multi-select lookup. Child has a single.
What I'm trying to do is use jquery to update the status value of the child lookup when the item is "deselected" from the parent's multi-select lookup and vice versa. I've been looking throughout the discussion board and cannot see how to do this. Can this be done?
I have event receivers to update the related lists when the lookup values are added, This works fine. Having issues on removing the items, so I'd prefer using jquery for this part.
Any ideas?