Skip to content

Instantly share code, notes, and snippets.

@durgesh97025
Last active September 29, 2016 14:00
Show Gist options
  • Save durgesh97025/ea00d7775a824ec3614cd92730f80cb4 to your computer and use it in GitHub Desktop.
Save durgesh97025/ea00d7775a824ec3614cd92730f80cb4 to your computer and use it in GitHub Desktop.
//An Example of Using SPTrick, uses SetValueForPeoplPicker & GetFieldControl
$.when( $.SetValueForPeoplPicker('Requestor',G_CurrentUserEmail)).then(function(){
$.GetFieldControl('Requestor').attr("disabled","disabled").find(".sp-peoplepicker-delImage").hide();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment