在ajax文件上传期间旋转的光标

时间:2011-11-25 19:04:32

标签: ruby-on-rails jquery file-upload

我喜欢stackoverflow,请再次帮助我))

我使用了MiltiFile JQuery上传插件,在Staging上做了提交,客户说我:

Angry customer

我真的不知道它是'标准'行为,因为在Firefox中光标是正常的。 好的,继续前进。

我知道你会把我转发给'其他很酷的插件:swf ..或uploadify'但是我想到了一些'hack':

function SendFile() {
  $("#upload_ajax_image_submit").click();
  $('body').css("cursor", "pointer")
}

这很有趣,这是有用的!光标是指针,我现在看不到微调器光标! 好的,但我们需要标准光标,而不是指针..嗯..你在哪里?..光标“默认”? 问题是“默认”光标是我用来“旋转”的光标。

有什么想法吗? 一些技术信息: [Ubuntu,Google Chrome]

- form_for "upload_ajax_image", :url => upload_ajax_image_path, :format => 'js', :remote => true, :html => { :multipart => true, :id => "upload_ajax_image"} do |f|

  = file_field_tag "attachment[attached]", :id=>"attachment_attached", :name => "attachment[attached][]", :accept => "bmp|gif|jpg|jpeg|png", :maxlength => "200", :multiple => true
  = f.submit "Send", :style=>"display:none"

任何想法= +100500来自我!

0 个答案:

没有答案