Jquery Animation

 For watching output click on "Pree button".

<!DOCTYPE html>

<html>

<head>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js">

</script>

<script>

$(document).ready(function(){

  $("button").click(function(){

    $("div").animate({

      left: '300px',

      width: '200px',

      height: '200px'

    });

  });

});

</script>

</head>

<body>

<h2>jQuery Animation example</h2>

<button>Press</button>

<div style="background:yellow;height:80px;width:120px;position:absolute;"></div>

</body>

</html>

Comments

  1. Nicely Explained the topic "Designing Services" same as you mention about is quite popular these days in the united kingdom, United States, Ireland, And other countries. our company provides same services without any risk, kindly visit to know Website Designing services

    ReplyDelete

Post a Comment

Popular Posts