Jump to content

MediaWiki:Gadget-responsiveContent.js: Difference between revisions

From wikiNonStop
Created page with "mw.hook( 'wikipage.content' ).add( function( $content ) { $content.find( '.ambox' ).click( function( e ) { $( this ).toggleClass( 'mbox-expand' ); } ); } );"
 
m 1 revision imported: Initial setup
 
(No difference)

Latest revision as of 07:50, 25 December 2024

mw.hook( 'wikipage.content' ).add( function( $content ) {
	$content.find( '.ambox' ).click( function( e ) {
		$( this ).toggleClass( 'mbox-expand' );
	} );
} );