GHengeveld |
|
---|---|
If you add an
alert("triggered...");in the place where the arrow is placed, you can check if it's fired twice. You will get 2 alert popups in that case. Placing an alert is a common way to help debug JS code. |