convert preload img to iframe $(' ') .attr('src', val) .attr('width', "400") .load(function(){ $('.showdata').append( $(this) ); } ); This works perfectly ...
確定! 回上一頁