Skip to content

Instantly share code, notes, and snippets.

@elsehow
Created June 8, 2015 15:04
Show Gist options
  • Save elsehow/b08a35a5e24d2383b79d to your computer and use it in GitHub Desktop.
Save elsehow/b08a35a5e24d2383b79d to your computer and use it in GitHub Desktop.
# find the first match for selector within $div
$findIn = ($div, selector) -> $div.find(selector).first()
$setEnabled = ($div, value) -> $div.prop('disabled', !value)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment