From 958ecc4deaf3625ed446d5f4cf1b2ac678c17d2b Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 1 Oct 2019 12:41:27 +0000 Subject: [PATCH] Dev: Fix link from JSONP example --- .datatables-commit-sync | 2 +- examples/server_side/jsonp.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index cdee0872..a74c6aae 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -2283d5aa8c1708fe1e4087ff7d83c4162ea1c28a +21c0a145af07b3ec5d8273c3370f735becbc85b1 diff --git a/examples/server_side/jsonp.html b/examples/server_side/jsonp.html index 880736e5..70d74676 100644 --- a/examples/server_side/jsonp.html +++ b/examples/server_side/jsonp.html @@ -35,7 +35,7 @@ $(document).ready(function() {

DataTables example JSONP data source for remote domains

-

JSONP is one of several methods to allow the use of JSON data from any server +

JSONP is one of several methods to allow the use of JSON data from any server (browsers have XSS protection rules which will block standard Ajax requests to remote source for security reasons). Using JSONP allows DataTables to load server-side sourced data from any domain and is quite simply done with the dataType option of the ajax initialisation option.