User:Emma/common.js: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
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 () {

Revision as of 05:11, November 9, 2011


mw.loader.using('jquery', function () {
$('.username').append(wgUserName)
});
mw.loader.using('jquery', function () {
$('.usergroups').append(wgUserName)
});