ifream中的js控制外围的代码。JQ

var ias = parent.$("#thumbnail").imgAreaSelect({aspectRatio: '1:1',onSelectChange: preview, instance:true});

加上parent.就好了。 调用Ifream外层的jq。

如果不用Jq,而使用原生的

window.parent.document.getElementById('thumbnail_preview_32').src='/{$img_url}?{$rand}';

使用window.parent.document.

你可能感兴趣的:(js)