I know I can write Javascript to do this. Doesn't jQuery have a close parameter, there is nothing listing in the API ? I want to close a div, not have any effect as my current script.
$('.close').click(function(c){
$(this).fadeOut('50');
});