ป้ายกำกับ

วันพฤหัสบดีที่ 3 พฤศจิกายน พ.ศ. 2559

JavaScript onload vs onpageshow

บันทึกไว้เพื่อเตือนความจำ

The onpageshow event is similar to the onload event, except that it occurs after the onload event when the page first loads. Also, the onpageshow event occurs every time the page is loaded, whereas the onload event does not occur when the page is loaded from the cache.

Reference