[jQuery] Resize Table Cells
<span style="font-family: trebuchet ms;">Let's say I have a table with 4 cells</span><br style="font-family: trebuchet ms;"><span style="font-family: courier new,monospace;"><table cellpadding="0" cellspacing="0" border="2">
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> <tr></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
<td>North-West</td></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> <td>North East</td></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> </tr></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> <tr></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"> <td>South West</td></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> <td>SouthEast</td>
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"> </tr></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
</table></span><br style="font-family: trebuchet ms;"><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">And the effect I want is to be able to resize the table cells. (Height/Width.) And also possibly resize the entire table.
</span><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">I want to do this with drag and drop.</span><br style="font-family: trebuchet ms;"><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">
What plugins would I need? How would that work?</span><br style="font-family: trebuchet ms;"><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">Thanks,</span><br style="font-family: trebuchet ms;">
<br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">Glen</span><br style="font-family: trebuchet ms;">