Skip to content

Instantly share code, notes, and snippets.

@abacha
Created February 14, 2013 13:26
Show Gist options
  • Select an option

  • Save abacha/4952758 to your computer and use it in GitHub Desktop.

Select an option

Save abacha/4952758 to your computer and use it in GitHub Desktop.
$('[rel=pretty-file] a.btn').bind 'click', ->
$(this).parent().find("input[type=file]:first").click()
return false
$("[rel=pretty-file] input[type=file]").bind 'change', ->
$(this).parent().find("input:last").val($(this).val())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment