Here is my code:
doc.on("click", ".add_your_qora", function(e){
// in here I need to know, has this element also "myclass" class too?
})
As I've commented in the code, I need to know, has .add_your_qora
element also myclass
or not? How can I determine that?