来自外部URL图像的jQuery .load

时间:2016-11-29 20:46:36

标签: javascript jquery html iframe

我正在尝试使用jQuery加载从另一个页面加载内容。 在另一个页面上,图片被引用为/image/test.jpg而不是http://www.example.com/image/test.jpg,因此它无效。

我该如何解决这个问题?

jQuery('#ext-desc').load('http://www.joyetech.com/product/ego-one-mega-vt-atomizer/ #container');
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div id ="ext-desc"></div>

0 个答案:

没有答案