User:Ammu Susheela/common.js: Difference between revisions

Jump to navigation Jump to search
(Blanked the page)
No edit summary
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');
});

Revision as of 18:25, 8 October 2015

$("#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');
});