SharePoint 713
My SharePoint Crib Sheet
Pages
Home
Sunday, October 16, 2011
Binding a jQuery method to SharePoint Text Field - jQuery
function bindField() {
$("input[title='Title']").change(function (){
getInfo();
});
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment