Can anyone give me an example or two of practical user defined objects in JavaScript, i.e. when you need to create an object as opposed to accessing existing predefined objects such as the document object or element objects.
The examples laid out in tutorials to introduce objects, methods and properties are great for the basics but are not typical of what one might need in a script for a web page.
Thanks