wiki.techinc.nl/resources/jquery
Henning Snater c934766061 sort method for jquery.tablesorter
the sort method allows programmatic sorting as well as instantly sorting
the table when initialising the tablesorter; furthermore, the method can
be used to reset sorting (e.g. if rows have been added later via JS);
sortEnd event may be used to reapply alternating table row colours or other purposes

patch set 2: fixed mentioned issues and added another test
patch set 3: addressed all further issues, introduced more obvious way to
specify sorting
patch set 4: implemented sort method instead of using an event; reprashed whole commit message; introduced 'sortEnd' event
patch set 5: fixed white space error
patch set 6: Add release notes and rebase

Change-Id: Id14862100cd27ebd6980c48dcf497db229c4301f
2012-10-17 21:13:50 +02:00
..
images enhance jquery.spinner, keeping backwards compatibility 2012-09-11 05:29:40 +02:00
jquery.appear.js
jquery.arrowSteps.css jshint: resources/jquery/* 2012-07-15 11:13:20 -04:00
jquery.arrowSteps.js Pass JSHint on resources/{mediawiki.api,jquery,mediawiki}/* 2012-09-03 23:44:08 +02:00
jquery.async.js
jquery.autoEllipsis.js Fix up various issues leading to bug 40780. 2012-10-13 22:10:07 +00:00
jquery.badge.css Addressing problems with jquery.badge mentioned at I0f5e7541 2012-08-30 22:46:55 +02:00
jquery.badge.js Addressing problems with jquery.badge mentioned at I0f5e7541 2012-08-30 22:46:55 +02:00
jquery.byteLength.js jshint: resources/jquery/* 2012-07-15 11:13:20 -04:00
jquery.byteLimit.js jquery.byteLimit: Rewrite (fix bug 38158, bug 38163) 2012-10-02 04:54:48 +02:00
jquery.checkboxShiftClick.js Pass JSHint on resources/{mediawiki.api,jquery,mediawiki}/* 2012-09-03 23:44:08 +02:00
jquery.client.js Pass JSHint on resources/{mediawiki.api,jquery,mediawiki}/* 2012-09-03 23:44:08 +02:00
jquery.collapsibleTabs.js jshint: resources/jquery/* 2012-07-15 11:13:20 -04:00
jquery.color.js jshint: resources/jquery/* 2012-07-15 11:13:20 -04:00
jquery.colorUtil.js jshint: resources/jquery/* 2012-07-15 11:13:20 -04:00
jquery.cookie.js (bug 37604) Update jquery.cookie.js from 2009 to 2011 2012-07-05 05:55:25 +02:00
jquery.cycle.all.js Adding the jquery cycle plugin. This is being used by the UnitTest extension. See r109762. 2012-01-23 16:13:20 +00:00
jquery.delayedBind.js jshint: resources/jquery/* 2012-07-15 11:13:20 -04:00
jquery.expandableField.js Pass JSHint on resources/{mediawiki.api,jquery,mediawiki}/* 2012-09-03 23:44:08 +02:00
jquery.farbtastic.css Followup r99923: spaces->tabs, add @embed 2011-10-15 23:08:01 +00:00
jquery.farbtastic.js Followup r99923: spaces->tabs, add @embed 2011-10-15 23:08:01 +00:00
jquery.footHovzer.css [jquery.footHovzer] new plugin for mw-log-console and mw-debug-toolbar 2012-01-04 01:28:01 +00:00
jquery.footHovzer.js [jquery.footHovzer] Remove buggy scrollstate preserver 2012-01-17 17:39:30 +00:00
jquery.form.js * (bug 39376) jquery.form upgraded to 3.14 2012-08-21 18:36:49 -07:00
jquery.getAttrs.js jshint: resources/jquery/* 2012-07-15 11:13:20 -04:00
jquery.hidpi.js Initial stab at responsive images for screen densities. 2012-10-11 10:54:21 -07:00
jquery.highlightText.js Fix up various issues leading to bug 40780. 2012-10-13 22:10:07 +00:00
jquery.hoverIntent.js
jquery.js Update jQuery to 1.8.2 2012-10-09 22:58:00 +01:00
jquery.json.js Bug 34896 - Update jQuery.json 2012-03-02 19:11:55 +00:00
jquery.jStorage.js Update jStorage from upstream v0.1.7 to v0.3.0 2012-09-24 03:31:55 +02:00
jquery.localize.js allow localization of elements via data-msg-text and data-msg-html 2012-08-15 11:39:32 -07:00
jquery.makeCollapsible.css Remove resize/arrow cursors from jquery.makeCollapsible 2011-06-12 00:17:02 +00:00
jquery.makeCollapsible.js (bug 34876) Make jquery.makeCollapsible less slow. 2012-10-09 05:44:51 +00:00
jquery.mockjax.js Adding jquery plugins that UploadWizard and jQueryMsg need for Jasmine tests 2011-08-04 20:43:58 +00:00
jquery.mw-jump.js Improve the accessibility of our jump-to functionality 2011-09-25 00:49:39 +00:00
jquery.mwExtension.js Pass JSHint on resources/{mediawiki.api,jquery,mediawiki}/* 2012-09-03 23:44:08 +02:00
jquery.placeholder.js Various javascript optimizations (fixes bug 39959) 2012-09-04 23:56:38 +02:00
jquery.qunit.completenessTest.js Pass JSHint on resources/{mediawiki.api,jquery,mediawiki}/* 2012-09-03 23:44:08 +02:00
jquery.qunit.css Update jquery.qunit from upstream v1.9.0 to v1.10.0 2012-09-03 23:05:43 +00:00
jquery.qunit.js Update jquery.qunit from upstream v1.9.0 to v1.10.0 2012-09-03 23:05:43 +00:00
jquery.spinner.css enhance jquery.spinner, keeping backwards compatibility 2012-09-11 05:29:40 +02:00
jquery.spinner.js Fix docs. 2012-09-19 17:07:00 -07:00
jquery.suggestions.css (bug 40448) Replace legacy mwsuggest with mediawiki.searchSuggest 2012-10-02 04:51:51 +02:00
jquery.suggestions.js (bug 40448) Replace legacy mwsuggest with mediawiki.searchSuggest 2012-10-02 04:51:51 +02:00
jquery.tabIndex.js jshint: resources/jquery/* 2012-07-15 11:13:20 -04:00
jquery.tablesorter.css Revert r99307 and its friend r99309, improper use of !important per CR 2011-11-08 21:38:06 +00:00
jquery.tablesorter.js sort method for jquery.tablesorter 2012-10-17 21:13:50 +02:00
jquery.textSelection.js Pass JSHint on resources/{mediawiki.api,jquery,mediawiki}/* 2012-09-03 23:44:08 +02:00
jquery.validate.js Move jquery.validate plugin from branches/salvatoreingala to core 2011-10-15 23:13:26 +00:00
jquery.xmldom.js Adding jquery plugins that UploadWizard and jQueryMsg need for Jasmine tests 2011-08-04 20:43:58 +00:00