I want to set a value (person) in the SharePoint PeoplePicker using JavaScript / jQuery.
The PeoplePicker is in the div which is called "Author".
How can I trigger the event which resolves the SharePoint User and displays the appropriate User if it is available or the error message if the user was not found?
If I use jQuery and try to find the "img" element and then call the function "click()" nothing happens.
Is there another way to call the function which activates the SharePoint behavior?