wiki.techinc.nl/resources/jquery
2011-06-22 21:54:18 +00:00
..
jquery.appear.js Added jquery.appear, which adds a new event which fires the first time something comes into view. This is useful for lazy-loading data. 2011-05-04 23:26:43 +00:00
jquery.async.js Applying conventions and some JSLint good practices in core modules. 2011-01-31 22:02:58 +00:00
jquery.autoEllipsis.js fix for bug29371 . regex wordwrap with UTF8: do not use \b metacharacter. The problem is that JavaScript recognizes word boundaries only before/after ASCII letters (and numbers/underscore) 2011-06-14 21:42:25 +00:00
jquery.byteLimit.js jquery.byteLimit fixes: 2011-04-26 20:00:59 +00:00
jquery.checkboxShiftClick.js Wrapping core modules (FIXME from r79929) 2011-01-31 19:33:16 +00:00
jquery.client.js New mediawiki.page modules 2011-06-22 21:27:12 +00:00
jquery.collapsibleTabs.js Followup r86625: per CR, use loose comparison against null instead of typeof foo != 'undefined' because jQuery 1.4 (which MW uses) actually returns null for unset .data() keys, but 1.5 returns undefined. 2011-04-25 10:17:30 +00:00
jquery.color.js Wrapping core modules (FIXME from r79929) 2011-01-31 19:33:16 +00:00
jquery.colorUtil.js Wrapping core modules (FIXME from r79929) 2011-01-31 19:33:16 +00:00
jquery.cookie.js Updated cookie plugin 2010-12-08 23:14:21 +00:00
jquery.delayedBind.js Wrapping core modules (FIXME from r79929) 2011-01-31 19:33:16 +00:00
jquery.expandableField.js Start fixing up javascript function documentation 2010-11-30 18:19:27 +00:00
jquery.form.js Wrapping core modules (FIXME from r79929) 2011-01-31 19:33:16 +00:00
jquery.highlightText.js fix for bug29371 . regex wordwrap with UTF8: do not use \b metacharacter. The problem is that JavaScript recognizes word boundaries only before/after ASCII letters (and numbers/underscore) 2011-06-14 21:42:25 +00:00
jquery.hoverIntent.js Removing unneeded wraps and using $ and mw instead of jQuery or mediaWiki since r79246 enabled the private scope by default. No need for two wraps. 2011-01-10 05:33:03 +00:00
jquery.js Upgrade jQuery from 1.4.4 to 1.6.1 2011-06-11 00:25:55 +00:00
jquery.json.js Added jquery.json library to core. 2011-04-21 19:33:53 +00:00
jquery.localize.js Added keys option to jquery.localize, allowing message keys to be remapped when rendering a template by providing a an object of [message-key-in-template]/[message-key-to-use] pairs. 2011-04-19 21:01:01 +00:00
jquery.makeCollapsible.css Remove resize/arrow cursors from jquery.makeCollapsible 2011-06-12 00:17:02 +00:00
jquery.makeCollapsible.js Fix Bug #28344 - “Links doesn't work inside collapsible toggles” 2011-06-16 22:27:22 +00:00
jquery.messageBox.css Follow-up r81660. 2011-02-08 00:22:03 +00:00
jquery.messageBox.js Step 1 of QUnit/TestSwarm support (bug 26908) 2011-05-10 21:54:42 +00:00
jquery.mwPrototypes.js * Moving jQuery extend into its own module (jquery.mwPrototypes) (bug 27149; Introduced in r) 2011-05-17 17:19:12 +00:00
jquery.placeholder.js Fix r83586 (drag and drop support for placeholder plugin) to work in IE, whose drag&drop API is surprisingly similar to Firefox's but with slight differences 2011-03-09 14:27:13 +00:00
jquery.qunit.completenessTest.js Implement mw.Title in core 2011-06-18 09:17:09 +00:00
jquery.qunit.css Step 1 of QUnit/TestSwarm support (bug 26908) 2011-05-10 21:54:42 +00:00
jquery.qunit.js Step 1 of QUnit/TestSwarm support (bug 26908) 2011-05-10 21:54:42 +00:00
jquery.suggestions.css Small fixes 2011-01-25 19:53:21 +00:00
jquery.suggestions.js fix for bug29371 . regex wordwrap with UTF8: do not use \b metacharacter. The problem is that JavaScript recognizes word boundaries only before/after ASCII letters (and numbers/underscore) 2011-06-14 21:42:25 +00:00
jquery.tabIndex.js Fix jquery.tabIndex even more. 2011-06-11 10:56:54 +00:00
jquery.tablesorter.js Fix tablesorting bug that caused weird interferences between two tables; Make regex more strict to avoid mismatches. All QUnit tests pass now 2011-06-22 21:54:18 +00:00
jquery.textSelection.js (bug 29105) Splitlines completely messes up selection of inserted text. This is not a problem in practice (WikiEditor doesn't have multiline insertions with splitlines enabled since r89402), but just in case it ever becomes a problem I'm disabling selection of inserted text altogether when splitlines is enabled; instead, the cursor will be moved to the end of the inserted text. 2011-06-03 10:08:06 +00:00