Skip to content

Instantly share code, notes, and snippets.

View egervari's full-sized avatar

Katie Egervari egervari

  • @PsychologyGroup
  • Toronto
View GitHub Profile
@egervari
egervari / dynamic_menu.coffee
Created May 15, 2011 23:13
Dynamic Menu - is supposed to be used by the main coffee value.
class DynamicMenu
constructor: (@settings) ->
$("#{@settings.navigationId} a").click (event) ->
changeContent(event, $(this))
$(@settings.sectionClass).hide()
selectContent(@settings.currentId, false)