CrendNeoxorex
New Member
For my project I load a html file to populate the \[code\]div\[/code\]s by directly inserting html content to the \[code\]div\[/code\]s. The problem is, I have many elements which has div inside them with same id. This causes problem to select correct one i.e. \[code\]$('#div_name')\[/code\]. It always finds wrong one.ExampleHow can I solve this problem.