jQuery/JavaScript “this” pointer confusion

前端 未结 7 650
余生分开走
余生分开走 2020-11-29 02:44

The behavior of \"this\" when function bar is called is baffling me. See the code below. Is there any way to arrange for \"this\" to be a plain old js object in

相关标签:
7条回答
  • 2020-11-29 03:11

    You might find this:

    Controlling the value of 'this' in a jQuery event

    or this:

    http://www.learningjquery.com/2007/08/what-is-this

    Useful.

    0 讨论(0)
提交回复
热议问题