Results 1 to 7 of 7
  1. #1
    Banned

    Join Date
    Aug 2012
    Country
    Posts
    679
    Thanked
    394
    Thanks
    615

    I couldn't even do this myself, hence the screenshot above.

    #inb4photoshop
    Last edited by Paul; 07-08-2015 at 01:57 PM.

  2. #2
    Freestyler's Senior

    Join Date
    Apr 2013
    Country
    Posts
    3,556
    Thanked
    423
    Thanks
    1,249
    photostop

  3. #3
    Rain's Avatar Reality, What is?

    Join Date
    Aug 2009
    Country
    Posts
    2,543
    Thanked
    1,295
    Thanks
    1,404
    Doesn't trust, INB4Jumpscare

  4. #4
    StephanM's Avatar 🌹

    Join Date
    May 2009
    Country
    Posts
    16,640
    Thanked
    1,737
    Thanks
    5,423


    What I got after four tries.

  5. #5
    Banned

    Join Date
    Aug 2012
    Country
    Posts
    679
    Thanked
    394
    Thanks
    615
    Originally Posted by RainSama View Post
    Doesn't trust, INB4Jumpscare
    No jumpscare, honest.

    Code:
    jQuery(function($) {
        $('#img').mouseover(function() {
            var dWidth = $(document).width() - 100,
                dHeight = $(document).height() - 100, 
                nextX = Math.floor(Math.random() * dWidth),
                nextY = Math.floor(Math.random() * dHeight);
            $(this).animate({ left: nextX + 'px', top: nextY + 'px' });
          });
    });
    The only Javascript it uses.

  6. #6
    Banned

    Join Date
    Dec 2009
    Country
    Posts
    850
    Thanked
    75
    Thanks
    619
    was simple

  7. The following 3 users say thank you to Layne for this useful post:

    autism (07-08-2015), Bunny (07-08-2015), Camel (07-09-2015)

  8. #7
    Camel's Avatar Destructive Death

    Join Date
    Oct 2013
    Country
    Posts
    4,043
    Thanked
    1,896
    Thanks
    989


    easy snacks gg wp no re
    Last edited by Camel; 07-09-2015 at 08:19 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)