Hello, I'm trying to update some of my extensions to work with the ResourceLoader in 1.17, and I can't work out how to get jQuery to load. I've tried the example at http://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_for_extension_d...
and tried adding it directly, $out->addModules( array( 'jquery.ui' ) );
But nothing I do will actually get the script to load and become available, can anyone tell me the new syntax to get jQuery there?
Thanks, Aran