[jQuery] [Beginner] Is that correct ?

[jQuery] [Beginner] Is that correct ?


[I'm not a native english speaker, sorry for my mystakes]
I've just created my first script using jquery. The goal was to create
a form with images you can click to select an option instead of using
classical radio buttun.
The html code is the following :
<table class="DynSelect">
<tr>
<td class="first"><input type="radio" name="tendance"
value="110" checked="checked" /></td>
<td><img src="/icon/meteo/tendance_110.gif" alt="temps peu
nuageux" /></td>
<td class="first"><input type="radio" name="tendance"
value="109" /></td>
<td><img src="/icon/meteo/tendance_109.gif" alt="temps degagé" /