You are supposed to work on the web application you have already developed for Part 1.
1.Please add the following JQuery methods in your web application
Click(), mouseenter(), mousedown(), focus(), hover(), hide(), show(), fadeOut(), fadeIn(), SlideDown(), slideup(), animate(), append(), prepend(), after() , and before().
2.Please create JSON string from the following JavaScript object and display it in the "aboutme.html"
var obj = { "name":"Your-name", "age":Your age, "city":"Dallas"};
3.Please prepare your own report for the whole project. You should explain how you developed the web application.