Skip to content

Instantly share code, notes, and snippets.

@joevandyk
Created November 3, 2011 21:56
Show Gist options
  • Save joevandyk/1337909 to your computer and use it in GitHub Desktop.
Save joevandyk/1337909 to your computer and use it in GitHub Desktop.
Tanga.initialize '#upsell', ->
select = $('#upsell select')
notice = $('#upsell p.notice')
checkbox = $('#upsell input[type=checkbox]')
callback = ->
notice.toggle checkbox.checked
select.disabled == !checkbox.checked
true
select.disabled = true
checkbox.click callback
callback()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment