User:Mono: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Mono (talk | contribs)
test
Mono (talk | contribs)
No edit summary
Line 19: Line 19:
});
});
});
});
<a href="#" id="e">Test</a>
</script></html>
</script></html>

Revision as of 23:27, 27 December 2012

<html><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(); }); }); <a href="#" id="e">Test</a> </script></html>