来自 valuems.com 的 jQuery ajax-upload 在使用其他脚本时无法在 Opera 和 IE 中工作
我正在构建一个个人资料页面,用户可以在其中上传和删除个人资料图片。此页面上还包含一些其他脚本。令我感到不愉快的是,并非所有内容都可以在 IE 和 Opera 中运行。当它们分开时,它们工作得很好。网址为 http://velo.smspoetry.net/problem/ 。你能指出我要寻找的方向吗?
问题描述: IE:按下缩略图下方的加号时没有任何反应。 Opera:按下加号时,浏览窗口会打开,但不会上传图片,并且 onSubmit 中的任何代码都不会执行。 Firefox 和 Chrome 运行良好。
I'm building a profile page where the user will be able to upload and remove profile pictures. There are some more scripts included on this page. I was unpleasantly surprised that not everything works in IE and Opera. They do work fine when separate. The url is http://velo.smspoetry.net/problem/ . Can you please point me in what directions to look for.
Problem description:
IE: nothing happens when plus sign is pressed below the thumbnails.
Opera: when the plus sign is pressed the browse window opens but does not upload the picture and none of the code in onSubmit is executed.
Firefox and Chrome work fine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
单击时触发该功能的 id 被分配给 A 标签,当分配给图像时效果很好。
The id that triggered that functionality when clicked was assigned to an A tag, when assigned to an image works fine.