Answer the question
In order to leave comments, you need to log in
On the element after adding to the page does not work .click?
My script adds li to the page and after that the jquery .click function does not work on it. I can't figure out why or how to fix it
Answer the question
In order to leave comments, you need to log in
$('#your-wrapper').on('click', 'li', function() {
// Попробуйте так
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question