jQuery click function not working
The click event of jQuery is not working may be you are using old version of jQuery (new version). Or
Read moreThe click event of jQuery is not working may be you are using old version of jQuery (new version). Or
Read moreWhen we used click event it separate handler gets created for every single element that matches the selector. That means
Read moreThe On click event of jQuery is not working may be you are using old version of jQuery (new version).
Read morea single handler for all elements that match your selector, including the ones created dynamically. If you add a handler
Read more