我在言语中使用了这一代码,以回馈媒体上载录的用户形象。
如果只有上载机屏幕所恢复的形象,则该代码不会重回图像弧。
The Jquery Code:
window.send_to_editor = function(html) {
alert(html);
imgurlv = jQuery(html).find( img ).attr( src );
alert(imgurlv);
jQuery(targetfield3).val(imgurlv);
tb_remove();
}
例如:
由上载体交回的法典是:
<a class="shutterset_" href= http://localhost/1/wp-content/gallery/bm/01.jpg title= ><img src= http://localhost/1/wp-content/gallery/bm/thumbs/thumbs_01.jpg alt= 01 class= ngg-singlepic ngg-none /></a>
The img src is re as this: http:// localhost/1/wp-content/gallery/bm/thumbs/thumbs_01.jpg。
但是,如果由上载人返回的代码是:
<img src= http://localhost/1/wp-content/gallery/bm/thumbs/thumbs_01.jpg alt= 01 class= ngg-singlepic ngg-none />
舱位代码返回un Defin。
什么是错的?