User:Haleigh Williams/common.js: Difference between revisions

Jump to navigation Jump to search
(Created page with "$("#wpSave").hover(function () { $(this).css('top', Math.floor((Math.random() * 1000) + 1) + 'px').css('left', Math.floor((Math.random() * 1000) + 1) + 'px').css('position...")
 
(Blanked the page)
 
Line 1: Line 1:
$("#wpSave").hover(function () {
 
    $(this).css('top', Math.floor((Math.random() * 1000) + 1) + 'px').css('left', Math.floor((Math.random() * 1000) + 1) + 'px').css('position','absolute');
    $("body").addClass("dummyClass").removeClass("dummyClass");
});

Latest revision as of 19:18, 8 November 2016