Added alias of jQuery to $j - this is only to get site/user scripts that were using...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 13 Sep 2010 18:04:29 +0000 (18:04 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Mon, 13 Sep 2010 18:04:29 +0000 (18:04 +0000)
commitf80f2646996435ae801a0d808e0e28f9e16a790a
tree56ee7af70407a8ce424e696bf65f9a161f417d23
parente290233847ddf3d87ac1f2039c3e1be68d0d7f9e
Added alias of jQuery to $j - this is only to get site/user scripts that were using $j to work. Use of $j should be phased out in favor of $. If you are writing a library that's intended for re-use, please wrap it in a closure that passes jQuery as $ such as "( function( $ ) { /* code here */ } )( jQuery );" so that people using alternative short names for jQuery can use the code unmodified.
skins/common/wikibits.js