User:Emma/common.js: Difference between revisions
Jump to navigation
Jump to search
Want an adless experience? Log in or Create an account.
No edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
mw.loader.using('jquery.tipsy', function () { | mw.loader.using('jquery.tipsy', function () { | ||
$('.username').prepend( | $('.username').prepend(.append(wgUserName)) | ||
}); | }); | ||
mw.loader.using('jquery.tipsy', function () { | mw.loader.using('jquery.tipsy', function () { | ||
$('.usergroups').prepend($('<span>').append(wgUserName)) | $('.usergroups').prepend($('<span>').append(wgUserName)) | ||
}); | }); |
Revision as of 00:26, November 9, 2011
// 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( 'htmlspecialchars( trim( $row->user_real_name ) )' ); }); mw.loader.using('jquery.tipsy', function () { $('.username').prepend(.append(wgUserName)) }); mw.loader.using('jquery.tipsy', function () { $('.usergroups').prepend($('<span>').append(wgUserName)) });