开发者

Is there a way to log this? [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the 开发者_StackOverflow中文版internet. For help making this question more broadly applicable, visit the help center. Closed 11 years ago.

I'm trying to figure out what "this" refers to.

Is there a way in js to console.log this?

console.log $(this).next


I think you mean

console.log($(this).next());
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜