$("table.symbols").on 'click', 'td:first-child a', (event) ->
event.preventDefault()
$(this).closest("tr").next().next().toggle()