-
[JS] if…else…的簡短寫法
雖然簡寫真的很方便~不過根據 Coding style 和個人習慣,有時並不建議使用,但瞭解一下還是多少有些幫…
-
[JS] 使用stopPropagation停止事件
此方法主要是「停止派發事件」 例如在 <div class=”a”> <div class=…
-
[JS] window.location.reload 在 firefox 中不會動作
window.location.reload not working for Firefox and and …