I'd like to chime in on this conversation.
I've tried performing the "click" event on the check names icon. Only if the user clicks the icon in the page will the divEntityData div be created from what I have seen. Clicking it in your client script does not create the tag. I've tried putting in a sleep section and waited for 10 seconds after clicking the check names icon and it's still not created. I believe an actual page postback must be performed for this to be created. The postback is performed when the user physically clicks the icon. Not when it's clicked in a script. I've tried clicking it 3 times and still no "divEntityData" div is created.
I was hoping to use it for retrieving the NAME for the account in the people picker but have wasted 3 days trying to get it to work.
I've tried performing the "click" event on the check names icon. Only if the user clicks the icon in the page will the divEntityData div be created from what I have seen. Clicking it in your client script does not create the tag. I've tried putting in a sleep section and waited for 10 seconds after clicking the check names icon and it's still not created. I believe an actual page postback must be performed for this to be created. The postback is performed when the user physically clicks the icon. Not when it's clicked in a script. I've tried clicking it 3 times and still no "divEntityData" div is created.
I was hoping to use it for retrieving the NAME for the account in the people picker but have wasted 3 days trying to get it to work.