9
votes
JS: var self = this?
This question is not specific to jQuery, but specific to JavaScript in general. The core problem is how to "channel" a variable in embedded functions. This is the example:
var abc = …
2
votes
Javascript - How do you organize this mess?!?
Dojo had the module system from the day one:
Modules expla …
0
votes
What’s the best way to define a class in javascript
This question was answered multiple times from different perspectives. This is …
