继续请教,使用each的时候,按照手册上说的,this表示当前的对象,但是我这样写为
什么会出错?
$("#info .obmo .pl").each(function(i){
if ($(this).text() == 'ISBN:'){
isbn = $(this)[i].nextSibling;
}
});
firebug报 $(this)[i].nextSibling is undefine
【 在 jquery (function() { $("bm").bs(); }).call(this) 的大作中提到: 】
: 哎呀,客气,太客气了……
--
修改:heatwood FROM 210.34.4.*
FROM 210.34.4.*