Docs: include ajax type

This commit is contained in:
Rob Garrison 2016-07-13 15:31:56 -05:00
parent 69ccf279d6
commit c61c0aa4fd
No known key found for this signature in database
GPG Key ID: 0A42D160D71978E1
2 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@
// add more ajax settings here
// see http://api.jquery.com/jQuery.ajax/#jQuery-ajax-settings
ajaxObject: {
type: 'GET', // default setting
dataType: 'json'
},

View File

@ -90,6 +90,7 @@
// modify the $.ajax object to allow complete control over your ajax requests
pager_ajaxObject: {
type: 'GET', // default setting
dataType: 'json'
},