Lines 243-250
Link Here
|
243 |
<td id="itemtype-filter"></td> |
243 |
<td id="itemtype-filter"></td> |
244 |
<td id="locationfilter"></td> |
244 |
<td id="locationfilter"></td> |
245 |
<td></td> |
245 |
<td></td> |
246 |
<td id="pickup-location"></td> |
|
|
247 |
<td></td> |
246 |
<td></td> |
|
|
247 |
<td id="pickup-location"></td> |
248 |
<td></td> |
248 |
<td></td> |
249 |
</tr> |
249 |
</tr> |
250 |
</tfoot> |
250 |
</tfoot> |
Lines 353-361
Link Here
|
353 |
}); |
353 |
}); |
354 |
}); |
354 |
}); |
355 |
$("#pickup-location").each( function () { |
355 |
$("#pickup-location").each( function () { |
356 |
$(this).html( createSelect( holdst.fnGetColumnData(13) ) ); |
356 |
$(this).html( createSelect( holdst.fnGetColumnData(14) ) ); |
357 |
$('select', this).change( function () { |
357 |
$('select', this).change( function () { |
358 |
holdst.fnFilter( $(this).val(), 13 ); |
358 |
holdst.fnFilter( $(this).val(), 14 ); |
359 |
}); |
359 |
}); |
360 |
}); |
360 |
}); |
361 |
}); |
361 |
}); |
362 |
- |
|
|