Skip to content

Commit 99da1d8

Browse files
committed
Added blank line after code block & removed blank lines at the end
1 parent 6c705e1 commit 99da1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/ajax/working-with-jsonp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ $.ajax({
3030
}
3131
});
3232
```
33+
3334
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`.
3435

3536
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.
3637

3738
You can find a working demo of the code in this [jsFiddle](http://jsfiddle.net/awolf2904/18kk18tj/).
38-

0 commit comments

Comments
 (0)