edubkendo
9/1/2012 - 2:47 PM

jquery's ready event in coffeescript

jquery's ready event in coffeescript

$(document).ready ->
  # your code here
  # put all your functions within the indententation to fall within this function's scope