質問

Think of this scenario, If I add two user entries to people picker(multiple selection is permitted) field.
I need to count these entries using java script/Jquery(Output what i want is: 2).
how can I do this. Is there any built in methods??

正しい解決策はありません

他のヒント

Try this:

$('#idOfPeoplePicker div.ms-inputuserfield>span.ms-entity-resolved').length
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top