Difference between revisions of "MediaWiki:Common.js"

From Glossary of Forensic Document Examination & Pattern Recognition
Jump to: navigation, search
(Created page with "Any JavaScript here will be loaded for all users on every page load.: $('#myTab a').click(function (e) { e.preventDefault() $(this).tab('show') })")
(No difference)

Revision as of 14:04, 21 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')
})