Talk:Contact us

From Wikimedia Foundation Governance Wiki
Revision as of 00:32, 2 October 2012 by Mono (talk | contribs)

<html> <script type="text/javascript"> var requires = [

   'jquery.ui.button',
   'jquery.ui.dialog',

$(function() { $( "#dialog" ).dialog(); }); </script>


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

</html>