
Get Publishing Page Layout HTML File Contents via JavaScript in SharePoint 2013
I’m working on a project where I need to grab the contents of a Page Layout HTML file on a publishing site via JavaScript. The obvious solution would be to use a GET request via AJAX (I’m using jQuery here). The file contents are plain text with no binary data, so it should be a…