mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-27 00:54:15 +01:00
Dev: Fix link from JSONP example
This commit is contained in:
parent
457244d749
commit
958ecc4dea
@ -1 +1 @@
|
|||||||
2283d5aa8c1708fe1e4087ff7d83c4162ea1c28a
|
21c0a145af07b3ec5d8273c3370f735becbc85b1
|
||||||
|
@ -35,7 +35,7 @@ $(document).ready(function() {
|
|||||||
<section>
|
<section>
|
||||||
<h1>DataTables example <span>JSONP data source for remote domains</span></h1>
|
<h1>DataTables example <span>JSONP data source for remote domains</span></h1>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<p><a href="http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/">JSONP</a> is one of several methods to allow the use of JSON data from any server
|
<p><a href="https://stackoverflow.com/questions/2067472/what-is-jsonp-all-about">JSONP</a> 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
|
(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 <code>dataType</code> option of the <a href=
|
server-side sourced data from any domain and is quite simply done with the <code>dataType</code> option of the <a href=
|
||||||
"//datatables.net/reference/option/ajax"><code class="option" title="DataTables initialisation option">ajax</code></a> initialisation option.</p>
|
"//datatables.net/reference/option/ajax"><code class="option" title="DataTables initialisation option">ajax</code></a> initialisation option.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user