-
-
Notifications
You must be signed in to change notification settings - Fork 12
function_ajax
Wesley de Groot edited this page Jan 2, 2016
·
11 revisions
Load a page
| Type | @var | Description | Required |
| string | url | the url to load | Required |
| string | [method] | the method you want to use | Optional |
| function | [callback] | the callback you want to use. | Optional |
tvOS.ajax(url, method, function (data) {
console.log(data)
})
Wesley de Groot • CC-BY 4.0