User:Emma/common.js
Jump to navigation
Jump to search
Want an adless experience? Log in or Create an account.
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl+F5 or Ctrl+R (Command+R on a Mac)
- Google Chrome: press Ctrl+Shift+R (Command+Shift+R on a Mac)
- Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl+F5
- Konqueror: click Reload or press F5
- Opera: clear the cache in Tools → Preferences
// 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($('<span>').append(wgUserName)) }); mw.loader.using('jquery.tipsy', function () { $('.usergroups').prepend($('<span>').append(wgUserName)) });