Get: Examples
The Get Utility provides a convenient API for appending script nodes and CSS files to an existing DOM. This can be useful when loading functionality on-demand; it's also useful when retrieving JSON data feeds across trusted but non-identical domains.
- Getting a Script Node with JSON Data: This example illustrates the simple use case in which the Get Utility is used to retrieve JSON data from a web service.