mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
Docs: add ajax type example to main docs
This commit is contained in:
parent
c61c0aa4fd
commit
0a05e43bcf
@ -4134,7 +4134,8 @@ $('table').trigger('search', false);</pre></div>
|
||||
ajaxObject: {
|
||||
// add more ajax settings here
|
||||
// see http://api.jquery.com/jQuery.ajax/#jQuery-ajax-settings
|
||||
dataType: 'json'
|
||||
dataType: 'json',
|
||||
type: 'GET'
|
||||
},
|
||||
ajaxProcessing: function(data, table, xhr){
|
||||
// do something with the ajax data;
|
||||
|
Loading…
Reference in New Issue
Block a user