Exercise:

Use the animate() method to move the <div> element 250 pixels to the right.

Syntax hint: $("element").animate({property:"value"});

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com