I'm experimenting with dynamic loading of javascript using JQuery. So basically I have a loadScript function that accepts either the URL of a JS file or a javascript source in a string. For the former ...
Recently our development team needed to find a way to manipulate the body of an article and return JSON objects of all the body content. This was because of the constraints of the Apple News ...