Web
Analytics
Join the HITS Discord and leave your suggestions for this wiki, talk about your edits, or just chat with fellow Tally Hall fans!

Difference between revisions of "MediaWiki:Common.js"

Jump to navigation Jump to search
Removing the second part for now
(I do not know anything about javascript. This is going to be fun.)
Tag: Reverted
(Removing the second part for now)
Tag: Reverted
Line 117: Line 117:
$("#prettybutton").click(function() {
$("#prettybutton").click(function() {
   $("#prettybutton").addClass('prettybutton-clicked');
   $("#prettybutton").addClass('prettybutton-clicked');
});
$("#prettybutton-clicked").click(function() {
  $("#prettybutton-clicked").removeClass('prettybutton-clicked');
});
});

Navigation menu