Changes

Jump to navigation Jump to search
Created page with " mw.loader.using( 'oojs-ui-core' ).done( function () { $( function () { var button = new OO.ui.ButtonWidget( { label: 'Click me!' } ); button.on( 'click', function () {..."

mw.loader.using( 'oojs-ui-core' ).done( function () {
$( function () {
var button = new OO.ui.ButtonWidget( { label: 'Click me!' } );
button.on( 'click', function () {
alert( '<span>You clicked the button defined <a href="https://wiki.personaldata.io/w/index.php?title=User:Podehaye/button.js">here</a>!</span>' );
} );
$( '#mw-content-text' ).append( button.$element );
} );
} );

Navigation menu