10 Answered Questions
[SOLVED] How to access the correct `this` inside a callback?
- 2013-11-29 06:13:11
- Felix Kling
- 365273 View
- 1315 Score
- 10 Answer
- Tags: javascript callback this
22 Answered Questions
[SOLVED] How does the "this" keyword work?
- 2010-06-27 13:12:56
- Maxim Gershkovich
- 390428 View
- 1244 Score
- 22 Answer
- Tags: javascript this
14 Answered Questions
[SOLVED] Use of 'prototype' vs. 'this' in JavaScript?
- 2008-11-22 04:39:49
- sw234
- 112765 View
- 765 Score
- 14 Answer
- Tags: javascript prototype this
7 Answered Questions
[SOLVED] 'this' vs $scope in AngularJS controllers
- 2012-07-23 02:55:47
- Alexei Boronine
- 288231 View
- 1013 Score
- 7 Answer
- Tags: angularjs angularjs-scope this
6 Answered Questions
[SOLVED] Javascript: Do I need to put this.var for every variable in an object?
- 2012-11-16 14:34:00
- Chaosed0
- 7810 View
- 35 Score
- 6 Answer
- Tags: javascript scope this
7 Answered Questions
[SOLVED] When to call activity context OR application context?
- 2011-09-04 11:02:11
- Norfeldt
- 71310 View
- 259 Score
- 7 Answer
- Tags: android this android-context
7 Answered Questions
[SOLVED] What's the difference between '$(this)' and 'this'?
- 2009-06-27 00:18:37
- Kevin Wu
- 576484 View
- 560 Score
- 7 Answer
- Tags: javascript jquery this
7 Answered Questions
[SOLVED] What does "this" refer to in arrow functions in ES6?
- 2015-02-06 18:03:45
- temporary_user_name
- 11246 View
- 48 Score
- 7 Answer
- Tags: javascript this ecmascript-6 arrow-functions
31 Answered Questions
[SOLVED] When do you use the "this" keyword?
- 2008-08-22 19:21:25
- Magic Hat
- 189920 View
- 248 Score
- 31 Answer
- Tags: c# coding-style this
5 Answered Questions
[SOLVED] Pass correct "this" context to setTimeout callback?
- 2010-01-25 04:44:21
- JamesBrownIsDead
- 171799 View
- 227 Score
- 5 Answer
- Tags: javascript callback this settimeout
6 Answered Questions
[SOLVED] What does 'var that = this;' mean in JavaScript?
- 2011-02-03 13:21:51
- Chris
- 114670 View
- 346 Score
- 6 Answer
- Tags: javascript this
17 Answered Questions
8 Answered Questions
[SOLVED] Difference between getContext() , getApplicationContext() , getBaseContext() and "this"
- 2012-05-17 18:07:13
- iCurious
- 268708 View
- 536 Score
- 8 Answer
- Tags: android this android-context
5 Answered Questions
[SOLVED] Arrow Functions and This
- 2015-03-01 19:55:12
- jason328
- 8550 View
- 19 Score
- 5 Answer
- Tags: javascript this ecmascript-6 arrow-functions
17 Answered Questions
[SOLVED] How to get the children of the $(this) selector?
- 2008-11-20 19:44:05
- Alex
- 1776298 View
- 2185 Score
- 17 Answer
- Tags: javascript jquery jquery-selectors this
2 Answered Questions
[SOLVED] VueJS: why is "this" undefined?
- 2017-05-12 05:05:11
- thanksd
- 22920 View
- 46 Score
- 2 Answer
- Tags: javascript vue.js this vuejs2
9 Answered Questions
9 Answered Questions
[SOLVED] Javascript setInterval and `this` solution
- 2010-05-01 08:01:12
- Pablo
- 34235 View
- 61 Score
- 9 Answer
- Tags: javascript this setinterval
7 Answered Questions
[SOLVED] Preserving a reference to "this" in JavaScript prototype functions
- 2010-01-08 05:51:49
- Jimmy Cuadra
- 62639 View
- 89 Score
- 7 Answer
- Tags: javascript oop scope this prototype-programming
4 Answered Questions
[SOLVED] When you pass 'this' as an argument
- 2015-01-19 01:11:56
- noob-in-need
- 2045 View
- 6 Score
- 4 Answer
- Tags: javascript this bind
12 Answered Questions
7 Answered Questions
4 Answered Questions
[SOLVED] Why is JavaScript bind() necessary?
- 2016-12-30 05:49:21
- Tom
- 6969 View
- 43 Score
- 4 Answer
- Tags: javascript this bind
2 Answered Questions
[SOLVED] In a templated derived class, why do I need to qualify base class member names with "this->" inside a member function?
- 2011-10-26 20:07:31
- useraged
- 2665 View
- 35 Score
- 2 Answer
- Tags: c++ qt templates this name-lookup
6 Answered Questions
[SOLVED] JavaScript - Owner of "this"
- 2014-07-02 19:30:29
- Geraint Anderson
- 1989 View
- 5 Score
- 6 Answer
- Tags: javascript class methods this console.log
4 Answered Questions
[SOLVED] TypeScript "this" scoping issue when called in jquery callback
- 2013-12-17 06:06:53
- Jonathan Moffatt
- 53094 View
- 105 Score
- 4 Answer
- Tags: typescript this
7 Answered Questions
[SOLVED] Javascript "this" pointer within nested function
- 2012-03-10 04:55:26
- JoJoeDad
- 42760 View
- 82 Score
- 7 Answer
- Tags: javascript function nested this
6 Answered Questions
[SOLVED] Difference between $(this) and event.target?
- 2012-08-22 16:52:19
- Rafael Adel
- 105897 View
- 142 Score
- 6 Answer
- Tags: javascript-events this jquery
1 Answered Questions
[SOLVED] "this" is undefined inside map function Reactjs
- 2015-05-10 07:32:35
- iamhuy
- 42881 View
- 95 Score
- 1 Answer
- Tags: javascript reactjs this map-function
12 Answered Questions
[SOLVED] Java - when to use 'this' keyword
- 2010-03-11 22:11:16
- jackbot
- 69118 View
- 68 Score
- 12 Answer
- Tags: java coding-style this