codice:
$("#myid").click(function(e) {
$("table").toggle("slow", "linear");
e.preventDefault();
});