@rnd me Thank you very much

; I shall study!
Quote:
|
Capitals imply Constructors, properties and methods should be .camelCase'd() instead
|
I was in two minds about this. I would always use the capital to distinguish classes (objects in JS), but I followed an example from Vic

about the members' capitalization.
Quote:
|
move dom ID to the config object for easier re-use or having more than one instance per page.
|
I had decided to do this
Quote:
|
why have to call go() each time, let's call it for us.
|
I was thinking I could modify the properties of the object and call go() on other occasions(?). But, I suppose it's not the sort of thing that would be called more than once..
Added: I see that it is still possible to call go() separately
I like the idea of separating out the Base, and coercing a single page to an array is a good idea.
Cheers again. Andy.