SO - 16181354
HTML
<script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>
<table width="100%" cellspacing="0" cellpadding="10" border="0" class="border" id="lastYear">
<tbody>
<tr class="d_green">
<td colspan="6">LAST YEAR</td>
</tr>
<tr>
<td width="36%">Activity</td>
<td width="9%">Moderate risk or high risk?</td>
<td width="13%">Number of hours per week</td>
<td width="13%">Number of weeks per year</td>
<td width="13%">Average number of hours per week</td>
<td width="16%"> </td>
</tr>
<tr>
<td align="center">
<input type="text" class="input_b_r" id="lastYearSelect1" name="activity" />
</td>
<td class="risk">
<select id="lastYearRisk1" name="lastYearRisk1">
<option></option>
<option>low</option>
<option>moderate</option>
<option>high</option>
</select>
</td>
<td>
<input type="text" class="input_b_r" id="lastYearHours1" name="textfield" />
</td>
<td>
<input type="text" class="input_b_r" id="lastYearWeeks1" name="textfield2" />
</td>
<td>
<input type="text" class="input_b1" id="lastYearAverage1" name="textfield3" />
</td>
<td>
<input type="button" class="button mt5 addbtn" value="Add another activity" id="button1" name="button2" />
</td>
<td>
<input type="button" class="button mt5 delbtn" value="Delete" id="deleteRowButton" name="deleteRowButton" style="display: none"/>
</td>
</tr>
<tr class="l_white">
<td align="center"> </td>
<td align="right" colspan="4">
<table width="100%" cellspacing="0" cellpadding="2"...
JavaScript
$(window).load(function () {
var availableTags = [
"10 pin bowling",
"20/20 cricket",
"abseiling",
"acrobatic gymnastics",
"acrobatics",
"ballet dancing",
"ballroom dancing",
"baseball",
"basketball",
"basketball practice",
"basketball training",
"beach",
"beach volleyball",
"bicycle",
"bicycling",
"bike ",
"bike ride",
"bike riding",
"bikeriding",
"BMX",
"BMX bike",
"bushwalk",
"bushwalking",
"canoeing",
"chasings",
"cheerleading",
"chopping wood",
"circuit training",
"climbing",
"climbing equipment",
"dance",
"dance practice",
"dance training",
"dancing",
"dancing lesson",
"discus",
"discus throwing",
"diving",
"european handball",
"fencing",
"hip-hop",
"hockey",
"horseback riding",
"horseriding",
"hurdles",
"ice hockey",
"ice skating",
"ice-skating",
"indoor bowling",
"indoor cricket",
"indoor soccer",
"inline skating",
"irish dancing",
"javelin",
"jazz",
"jet skiing",
"jogging",
"judo",
"jumping on trampoline",
"karate",
"kayaking",
"kickboxing",
"kicking football",
"kung fu",
"lacrosse",
"lawn bowling",
"lifesaving",
"light play ",
"little athletics",
"netball training",
"nippers",
"outdoor cricket",
"oztag",
"physical culture",
"pilates",
"ping pong",
"play computer games",
"play wii games",
"play with balls",
"playground activities",
"rip-stick",
"ripstick",
"rockclimbing",
"rockclimbing...