[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 ( function ( $ ) { 2 $( document ).ready( function () { 3 4 // Select the 'Language select' option if user is trying to select language 5 $( '#mw-pl-languageselector' ).on( 'click', function () { 6 $( '#mw-pl-options-2' ).prop( 'checked', true ); 7 } ); 8 } ); 9 } ( jQuery ) );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |