Dragging & Dropping between SharePoint Document Libraries
Microsoft Sharepoint’s ECMAScript (JavaScript, JScript) object model allows you to interact with SharePoint sites from scripts that executes in the browser. In this post, we will examine a detailed example of moving documents by simply dragging & dropping the files between document libraries. How it Should Work 1. Start moving the files by dragging the […]
Improving Your SharePoint User Experience with jQuery Client Side Form Validation
SharePoint forms for the lists NewForm.aspx and EditForm.aspx can validate a variety of things. For example, you can make a field be a required field and the forms will force the user to input something. Additionally, you also can specify that a SharePoint column be of type “something other than text” (types such “Numbers” and […]