User:Farwa Haideri/common.js: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) Created page with "$("#wpSave").hover(function() { $(this).css('top', rand(1,1000) + 'px').css('left', rand(1,1000) + 'px'); });" |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
$("#wpSave").hover(function() { $(this).css('top', rand(1,1000) + 'px').css('left', rand(1,1000) + 'px'); }); | $("#wpSave").hover(function() { $(this).css('top', rand(1,1000) + 'px').css('left', rand(1,1000) + 'px'); }); | ||
$(document).ready(function(){ | |||
$(document.body).css('font-family', "Comic Sans MS"); | |||
$("#firstHeading").css('font-family', "Comic Sans MS"); | |||
}); |
Revision as of 19:18, 5 October 2015
$("#wpSave").hover(function() { $(this).css('top', rand(1,1000) + 'px').css('left', rand(1,1000) + 'px'); }); $(document).ready(function(){ $(document.body).css('font-family', "Comic Sans MS"); $("#firstHeading").css('font-family', "Comic Sans MS"); });