mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Docs: include ajax type
This commit is contained in:
parent
69ccf279d6
commit
c61c0aa4fd
@ -79,6 +79,7 @@
|
|||||||
// add more ajax settings here
|
// add more ajax settings here
|
||||||
// see http://api.jquery.com/jQuery.ajax/#jQuery-ajax-settings
|
// see http://api.jquery.com/jQuery.ajax/#jQuery-ajax-settings
|
||||||
ajaxObject: {
|
ajaxObject: {
|
||||||
|
type: 'GET', // default setting
|
||||||
dataType: 'json'
|
dataType: 'json'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -90,6 +90,7 @@
|
|||||||
|
|
||||||
// modify the $.ajax object to allow complete control over your ajax requests
|
// modify the $.ajax object to allow complete control over your ajax requests
|
||||||
pager_ajaxObject: {
|
pager_ajaxObject: {
|
||||||
|
type: 'GET', // default setting
|
||||||
dataType: 'json'
|
dataType: 'json'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user