Skip to content

Instantly share code, notes, and snippets.

@luckyruby
Created February 29, 2012 07:50
Show Gist options
  • Save luckyruby/1938959 to your computer and use it in GitHub Desktop.
Save luckyruby/1938959 to your computer and use it in GitHub Desktop.
set_location_cartype_ratecode_in_form = ->
location = $('#loc_select').val()
cartype = $('#cartypes').val()
ratecode = $('#ratecodes').val()
$('#location').val(location)
$('#cartype').val(cartype)
$('#ratecode').val(ratecode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment