TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Niladri Mandal
NA
9
5.5k
JQuery click event is not working on dynamically created li
May 18 2020 3:14 AM
In my website https://www.giftstoindia24x7.com , on a button click event (in jQuery) I am populating a dynamically created html list. It is working fine but when I am using jQuery click event on dynamically created ul Li , it is not working. The code is as follows: $(document).ready(function() { $('ul.cls-ul li').click(function(e) { alert(this); }); }) Is there any better solution?
Reply
Answers (
2
)
timestamp format?
How to filter Json Response Dynamically in C#