我想从dropbox帐户获取文件并将其预览链接保存到我的db.this代码在morzilla中工作正常但不能在Internet Explorer中工作。所以请告诉我: jqueryCOde:
<script type="text/javascript"> var jQuery182 = jQuery.noConflict(); </script>
<script type="text/javascript">
jQuery182(function () {
jQuery182("#db-chooser").live("DbxChooserSuccess", function (e) {
var take = this.value;
jQuery182(this).parent().find('.img').remove();
jQuery182(this).parent().find("#hdField").val(take);
jQuery182(this).parent().append("<a class='img' href='" + take + "' target='_blank' >Image</a>");
});
jQuery182('.dropboxx').each(function () {
var imagePath = jQuery182(this).parent().find("#hdField").val();
if (imagePath.length > 0) {
jQuery182(this).parent().append("<a class='img' href='" + imagePath + "' target='_blank' >Image</a>");
(jQuery182(this).parent().find('div').addClass('dropbox-chooser-used'));
}
});
});
</script>
这是html:
答案 0 :(得分:1)
早期版本的IE不提供JSON.parse
或JSON.stringify
,因此您需要填充:
https://raw.github.com/douglascrockford/JSON-js/master/json2.js
答案 1 :(得分:1)
使用admin privilege.dropbox弹出菜单打开Internet Explorer是https,并认为您的网站是http。并且它不会将值从https返回到http。您可以尝试使用管理员权限