↧
Article 2
If you just use $.each( arr, function( index, elem ) { }), the second arg is always what you expect.
View ArticleArticle 1
Didn't notice this remark. It's a good gotcha (and the SignalR devs fell for it). But if javascript always wraps this into an object I suppose there's nothing we can do about it :( JS is really a...
View Articlestatus changed; resolution set
status changed from new to closedresolution set to notabug From the docs: (The value can also be accessed through the this keyword, but Javascript will always wrap the this value as an Object even if...
View Article