Skip to content

Instantly share code, notes, and snippets.

@YusukeHirao
Created June 18, 2013 09:00
Show Gist options
  • Save YusukeHirao/5803795 to your computer and use it in GitHub Desktop.
Save YusukeHirao/5803795 to your computer and use it in GitHub Desktop.
GistBox.test
do (w = @, $ = @jQuery) ->
# GitBoxTest
$('#hoge').on 'click', ->
$(@).next('.fuga').slideToggle 200, 'linear', ->
console?.log? 'slide'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment