Difference between revisions of "MediaWiki:Common.js"
From Glossary of Forensic Document Examination & Pattern Recognition
m |
m |
||
Line 7: | Line 7: | ||
}) | }) | ||
− | $('# | + | $('#alphabeticTabs a').click(function (e) { |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
e.preventDefault() | e.preventDefault() | ||
$(this).tab('show') | $(this).tab('show') | ||
}) | }) |
Revision as of 14:39, 22 August 2014
/* Any JavaScript here will be loaded for all users on every page load. */ $('#myTab a').click(function (e) { e.preventDefault() $(this).tab('show') }) $('#alphabeticTabs a').click(function (e) { e.preventDefault() $(this).tab('show') })