//Sample solution to script.js
$(document).ready(function(){
//your code here
$("#reveal").click(function(){
$("#block").fadeIn(1000);
$("#block").fadeOut(1000);
});
});
$(document).ready(function(){
//your code here
$("#reveal").click(function(){
$("#block").fadeIn(1000);
$("#block").fadeOut(1000);
});
});
No comments:
Post a Comment