MediaWiki:Gadget-commentaddon.js: Difference between revisions
Jump to navigation
Jump to search
Just testing a possible FAQ hint for the comment box |
Some tweaking |
||
Line 2: | Line 2: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
var faqAddon = $('<div></div>'); | var faqAddon = $('<div></div>'); | ||
faqAddon. | faqAddon.html('Please see our <a href="Guideline_Comments">comment guidelines</a> first.'); | ||
$('.comment-replybox | $('#flowthread .comment-replybox').prepend(faqAddon); | ||
}); | }); | ||
}]); | }]); |