This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(factory){ | |
if (typeof define === "function" && define.amd) { | |
// AMD. Request jQuery and then run the plugin | |
define(factory ); | |
} else { | |
// Global jQuery | |
window.parseParams = factory(); | |
} | |
}(function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @fileOverview A jQuery addon function for displaying the ID of a | |
* List Item in SharePoint on the EDIT (EditForm.aspx) or DISPLAY (DispForm.aspx) pages. | |
* | |
* @author Paul Tavares, www.purtuga.com, paultavares.wordpress.com | |
* @see http://wp.me/p2kCXW-2u | |
* @license Dual License support under MIT or GPL. User can pick whichever one applies | |
* best for their project and does'nt not have to contact me. | |
* | |
*/ |
NewerOlder