User:Mono: Difference between revisions

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

Revision as of 23:29, 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(); }); }); </script> <a>Test</a> </html>