User:Mono

From Wikimedia Foundation Governance Wiki
Revision as of 23:32, 27 December 2012 by Mono (talk | contribs) (try)

<html>


This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.

<a href="#">Test</a> <script> mw.loader.using(['jquery.ui.dialog'], function () { $( 'a' ).click( function( e ) { $( '#dialog' ).dialog({ resizable: false, buttons: { "Leave Feedback Now": function() { $( this ).dialog( window.location.href = 'https://meta.wikimedia.org/w/index.php?title=Foundation_wiki_feedback&action=edit&section=new&preloadtitle=wikimediafoundation.org' ); }, "Close": function() { $( this ).dialog( "close" ); } } }); e.preventDefault(); }); }); </script> </html>