jQuery/JavaScript “this” pointer confusion

前端 未结 7 698
余生分开走
余生分开走 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:08

    Get the book: JavaScript: the Good Parts.

    Also, read as much as you can by Douglas Crockford http://www.crockford.com/javascript/

提交回复
热议问题