Jump to content

1337

Members
  • Posts

    1
  • Joined

  • Last visited

1337's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I have this script, and it is supposed to move an image down by 200 pixels. And right now, it does nothing. I'm using a jQuery script to move it down. _________________________________________________________________ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script><script> $(document).ready(function(){$('button').click(function(){$('img').animate({bottom:'200px'},'slow');</script><button id="moveim"> Move creeper down.</button><div width=500px height=500px><img src='http://www.technicpack.net/img/tekkit/spacecreep.png'> </img></div>
×
×
  • Create New...