Re: [Wikitech-l] Successor to wikibits.js::ts_makeSortable?

2011-12-27 Thread Krinkle
On Tue, Dec 20, 2011 at 6:49 PM, Bergi a.d.be...@web.de wrote: Daniel Barrett schrieb: Now that skins/common/wikibits.js is gone, so is the function ts_makeSortable. What is the equivalent call to ts_makeSortable(table) in MediaWiki 1.18? The tablesorter is available as a jQuery plugin

[Wikitech-l] Successor to wikibits.js::ts_makeSortable?

2011-12-20 Thread Daniel Barrett
Now that skins/common/wikibits.js is gone, so is the function ts_makeSortable. What is the equivalent call to ts_makeSortable(table) in MediaWiki 1.18? Here is our code we need to convert: function makesortable( context ) { $('table.sortable', context) .each(function(index, table){

Re: [Wikitech-l] Successor to wikibits.js::ts_makeSortable?

2011-12-20 Thread Bergi
Daniel Barrett schrieb: Now that skins/common/wikibits.js is gone, so is the function ts_makeSortable. What is the equivalent call to ts_makeSortable(table) in MediaWiki 1.18? The tablesorter is available as a jQuery plugin function, see