I\'ve got a problem concerning the javascript \"this\" keyword when used within a javascript functional object. I want to be able to create an object for handling a Modal po
Everyone who encounters problems with "this" in JavaScript should read and digest this blog post: http://howtonode.org/what-is-this
You would also do well to Google "Douglas Crockford" and watch some of his (free) videos on the subject.