Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 3rd, 2012  |  syntax: CoffeeScript  |  size: 0.18 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. @$el.find('.selector').bind 'tap', () ->
  2.                                         console.log 'tapperoni'
  3. @$el.find('.selector').bind 'click', () ->
  4.                                         console.log 'clickertron'
  5. @$el.find('.selector').trigger 'tap'