I am completely stuck. It works perfectly on my local XAMPP server but breaks when I upload it to production. Any ideas?
Twonk9098
Admin
Rep: 9999
Replied on June 2, 2026, 11:38 am
You are probably attaching the event listener inside a loop or function that runs repeatedly. Either unbind the event before binding it, or move the listener outside the function.
Twonk9098
Admin
Rep: 9999
Replied on June 2, 2026, 10:41 pm
You are probably attaching the event listener inside a loop or function that runs repeatedly. Either unbind the event before binding it, or move the listener outside the function.