Skip to content

Instantly share code, notes, and snippets.

@pnc
Created August 4, 2011 14:00
Show Gist options
  • Save pnc/1125209 to your computer and use it in GitHub Desktop.
Save pnc/1125209 to your computer and use it in GitHub Desktop.
This is what happens when you work with Emacs users.
(for own key, value of assignable_attributes
attribute_scope = $('#reservation_' + key)
attribute_scope.val(value)
attribute_scope.change()
)
(for own key, value of ui.item.attribute_labels
$(".reservation-label-#{key}").html(value)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment