Skip to content

Instantly share code, notes, and snippets.

@rchowe
Created January 5, 2015 20:23
Show Gist options
  • Select an option

  • Save rchowe/a4aa5024fa68b1e0194b to your computer and use it in GitHub Desktop.

Select an option

Save rchowe/a4aa5024fa68b1e0194b to your computer and use it in GitHub Desktop.
$('#song-upload').css('opacity', '0')
$('#song-upload').parent().prepend('<a id = "upload-button" class = "btn btn-default" href = "#">Upload from Computer</a>')
$('#upload-button').click (e) ->
e.preventDefault()
$('#song-upload').trigger('click')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment