知識社群登入
Special Effects
by 蘇德宙, 2011-01-29 12:42, 人氣(1647)
$("a").click(
  function(event){
    event.preventDefault();
    $(this).hide("slow");
  }