//sample solution
// Write your jQuery code on line 3!
$(document).ready(function() {
var $target = $("li:nth-child(4)");
$target.fadeOut('fast');
});
// Write your jQuery code on line 3!
$(document).ready(function() {
var $target = $("li:nth-child(4)");
$target.fadeOut('fast');
});
No comments:
Post a Comment