Skip to content

Commit f51b0c6

Browse files
committed
removed link to jsfiddle. Not really needed.
1 parent 99da1d8 commit f51b0c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

page/ajax/working-with-jsonp.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,3 @@ $.ajax({
3434
If you'd like to access community tables you have to add `env: "http://datatables.org/alltables.env"` to the data object otherwise you would get an error message with `No definition found for Table`.
3535

3636
jQuery handles all the complex aspects of JSONP behind-the-scenes — all we have to do is tell jQuery the name of the JSONP callback parameter specified by YQL ("callback" in this case), and otherwise the whole process looks and feels like a normal Ajax request.
37-
38-
You can find a working demo of the code in this [jsFiddle](http://jsfiddle.net/awolf2904/18kk18tj/).

0 commit comments

Comments
 (0)