I have a jQuery click binding within a knockoutJS foreach, and it’s not working.
I believe that knockout is stopping the propagation.
Is there a way to make it work?
I’m trying to avoid binding to click event with knockout.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Without seeing any of the code, I can only assume that you are doing something similar to
To bind a click event to dynamically generated objects you need to have your click events like this