Answer the question
In order to leave comments, you need to log in
How to select a dynamically created element?
There is an element. You need to get its size.
$(".class_name").width() doesn't work
.on is used for event handling, not to catch the event, but just to get the size...
Answer the question
In order to leave comments, you need to log in
Everything should work .
See errors in the browser console - F12.
yes, console.log($(".class_name").width()) and see the
F12 console - chrome, as mentioned above
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question