MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$("a").each(function() { | $("a").each(function() { | ||
Line 10: | Line 8: | ||
}); | }); |
Revision as of 19:06, 4 December 2018
$(document).ready(function() { $("a").each(function() { if ($('[href$="Investigator:"]', this).length()) { alert("Investigator Link Found"); } }); });