I would like to select an element inside the td of one of my tables but I don't really understand the syntax. This is what I tried:
$("table > td:#box")
This is a sample of my table structure:
<div id="main">
<div id="today">
<table id="list" width="100%" cellpadding="4" cellspacing="0" border="0" style="font-size: 10px; border-collapse:collapse;">
<tr id="109008">
<td class="tdstd">
<a class="box" href="link"></a>
</td>
Or With Chrome's DOM inspector: