Posts

Showing posts from February, 2021
<! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < title > Document </ title >      < script   src = "jquery.js.js" ></ script >      < script >          $ ( document ). ready ( function (){              $ ( '#top' ). click ( function (){                  $ ( '#ball' ). animate ({ "margin-top" : "10px" }, 800 );             })              $ ( '#left' ). click ( function (){ ...