Prasad Bolla's SharePoint Blog

Click Here to go through the Interesting posts within my Blog.

Click Here to go through the new posts in my blog.

Sunday, June 03, 2012

How to validate Property of People Editor using JQuery

if($("PeopleEditorID").text()=="")
{
       alert('Validation Message');      
       return false;
}