Web TechnologyTU Board 2079
Describe the jQuery Animate() method. Write an html script to create a div with id "mydiv". The position of the div should be set to absolute. Now show the use of animate method to the div element…
5Describe the jQuery Animate() method. Write an html script to create a div with id "mydiv". The position of the div should be set to absolute. Now show the use of animate method to the div element to right by 300px.
A worked answer is on its wayMeanwhile, read the Web Technology notes for this topic.
Discussion
Loading…
More Web Technology questions
What is the use of XML?Create a XML file with simple type and complex type elements. Write its equivalent DTD.TU Board 207910Create an HTML file containing form elements textbox for username, password field and a checkbox for hobbies. Now write javascript function for the form…TU Board 207910How database connection is created in PHP? Write a PHP program to create a form and insert values in to the database table. The form should contain at least…TU Board 207910Differentiate Web 1.0 from Web 2.0.TU Board 20795Write a HTML script to generate following list of items; 1. Coffee : I. Black coffee II. Green coffee 2. Tea A: Black tea B. Green teaTU Board 20795Create a HTML page containing a div having id "dv1". The div should contain canvas element. The id of canvas should be "mycanvas". The height and width of…TU Board 20795