Skip to content

Instantly share code, notes, and snippets.

@batok
Created January 25, 2012 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save batok/1677103 to your computer and use it in GitHub Desktop.
Save batok/1677103 to your computer and use it in GitHub Desktop.
<script type="text/coffeescript">
$ ->
$("#cambiarinvitado").toggle()
$("#link_cambiar_invitado1").click (event) ->
event.preventDefault()
alert "foo1"
$("#cambiarinvitado").toggle()
$("#link_cambiar_invitado2").click (event) ->
event.preventDefault()
alert "foo2"
$("#cambiarinvitado").toggle()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment