Hi,
Can anyone please help me to figure out the ( Proper Event Binding ) issues. I’m not understand what’s wrong
Thanks
Soft Reject Reasons:
PROPER EVENT BINDING: Consider using the preferred .on() method rather than .click(), .bind(), .hover(), .load(), .ready(), etc. For best performance and concise code use event delegation whenever possible.
You welcome.
Not sure I can help more. I had the same issue, but after replaced all parts with .on() it was fixed.
Let’s hope somebody will answer too.