Pages

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