1
如何將$(this)對象傳遞給click事件中的函數。嵌套函數調用當前對象
$('#mainwrap img').click(function(){
mcImageManager.browse({
oninsert : function(o) {
src= o.focusedFile.url;
$(this).attr("src", src);
}
});
});
任何建議將不勝感激。
你想傳遞$('#mainwrap IMG ')內'oninsert'功能? – Andrew 2013-03-21 09:16:08