SyntaxFix
Write A Post
Hire A Developer
Questions
I have faced the problem by placing a <div> inside <td>.
<div>
<td>
I was unable to identify the div using document.getElementById() if i place that inside td. But outside, it was working fine.
document.getElementById()