Dear all,
I have an element with a class. However, that element is not created when page is loaded, however it is created as a child-element as DOM ele. And each time if i want to check the availability of the class on this element it will return false eventho the class exists. I found out that it is because the element is not created when page loaded. May I know how to get is() and hasClass() to detect the class on DOM element? Thank you.