I have content on the page both dynamically created after ajax request and content that were pre loaded on the page refresh.
When click a anchor tag i want to find if this particular anchor tag was created dynamically or not.
Though i solved this issue by using some logic but it would have been much more easy if i could do so in some other particular way
I did a lot of google but found known solution for this