You need var href = $(this).attr('href');. Inside a jQuery click handler, the this object refers to the element clicked, whereas in your ...
確定! 回上一頁