[jQuery] building object orientated javascript libraries - does jQuery support/help here???
Hi all,
I confess this is a newbie question in advance:
Q1 - If one wants to build a set of higher level library functions in
javascript (e.g. to aid in drawing objects say) does jQuery assist
here? That is would it provide a framework, or a standard way of
building up JavaScript code with an OO like approach?
Q2 - What would people recommend here for a set of higher level
Javascript functions that themselves may lend themself to being
modeled in a OO like fashion? i.e. in the javascript programming
world is this something you just would not consider trying to do (i.e.
and sticking with functional approach).
Thanks