User:Emma/common.js: Difference between revisions

Want an adless experience? Log in or Create an account.
m
no edit summary
mNo edit summary
mNo edit summary
Line 1: Line 1:
// Create portlet link
var portletLink = mw.util.addPortletLink( 'p-cactions', ' ',
        'My new portlet link', 'ca-my-portlet',    'Click here to test the new portlet'
);
// Bind click handler
(portletLink).click( function( e ) {
        e.preventDefault();
        // doSomeStuff();
        alert( 'Hi' );
});


mw.loader.using('jquery', function () {
mw.loader.using('jquery', function () {