Lines 380-388
Link Here
|
380 |
}); |
380 |
}); |
381 |
}); |
381 |
}); |
382 |
$("#pickup-location").each( function () { |
382 |
$("#pickup-location").each( function () { |
383 |
$(this).html( createSelect( holdst.fnGetColumnData(14) ) ); |
383 |
$(this).html( createSelect( holdst.fnGetColumnData(15) ) ); |
384 |
$('select', this).change( function () { |
384 |
$('select', this).change( function () { |
385 |
holdst.fnFilter( $(this).val(), 14 ); |
385 |
holdst.fnFilter( $(this).val(), 15 ); |
386 |
}); |
386 |
}); |
387 |
}); |
387 |
}); |
388 |
}); |
388 |
}); |
389 |
- |
|
|