Hi, the other day I read this article by Alan Storm called "Using jQuery and the Object Literal Singleton/Module Pattern" (http://alanstorm.com/ jquery_object_literal_oop), as well as the interesting appendix chapter "JavaScript that you need to know but might not!" (you can find a nice article on this one here: http://11heavens.com/everything-is-a-property-of-an-object-in-javascript)
Now I'm wondering if any of you are writing jQuery code using the object literal notation a lot? I'd be happy to check some code examples and/or get advise on when it actually makes sense to use this notation. I'd also be interested in hearing of people who try to take an even more object oriented approach on jQuery using something like jquery- klass. Thanks