Finding closet div (in next column of a table) using jquery
<td><input type="text" name="username" id="username" minlen=5 tabindex=0/></td>
<td><div></div></td>
And i tryed
$("#username").next("div").html("hai");
Which is not working