Skip to content

Instantly share code, notes, and snippets.

@shamrin
Created April 22, 2013 20:16
Show Gist options
  • Save shamrin/5438127 to your computer and use it in GitHub Desktop.
Save shamrin/5438127 to your computer and use it in GitHub Desktop.
Short extract from my CoffeeScript code
for k, v of changes when (a = v?.attrs)?
@$("##{k}").toggle(a.visible) if a.visible?
@$("##{k}").val(a.value) if a.value?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment