1 Star 0 Fork 0

DennisYang/blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jquery_fileupload.coffee 446 Bytes
一键复制 编辑 原始数据 按行查看 历史
yang 提交于 2017-02-08 19:36 +08:00 . Add jquery file upload
$(document).on 'turbolinks:load', ->
$('.fileupload').fileupload
method: 'post'
url: '/photos'
formData:
f: 'jqueryfileupload'
done: (e, result) ->
console.log JSON.stringify(result.result)
image_url = result.result.files[0].url
$(this).siblings('.preview').html '<img src="' + image_url + '" width="200px" height="200px" />'
$(this).data 'value', image_url
console.log $(this).data('value')
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/flowerwrong/blog.git
git@gitee.com:flowerwrong/blog.git
flowerwrong
blog
blog
master

搜索帮助