Skip to content

Instantly share code, notes, and snippets.

@xecutioner
Created February 14, 2017 02:36
Show Gist options
  • Save xecutioner/503a9c9fd71554528d658207853a93fb to your computer and use it in GitHub Desktop.
Save xecutioner/503a9c9fd71554528d658207853a93fb to your computer and use it in GitHub Desktop.
class @TimeMachine
constructor: (parameter) ->
that = @
@element = $('grab from id or class')
@element.on 'click', (event) ->
the_function
the_function = ->
@element.toggleClass('.color')
$(document).ready ->
t_machine = new TimeMachine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment