[jQuery] Object Oriented Form Handling

[jQuery] Object Oriented Form Handling


Does anyone know of a way to use class like objects in event handling
using jQuery?
For Example,
<input type='button' value='Button' onclick='Record.show()' />
where .show() is a method of the Record object. This would be really
cool to be able to reuse the method name .show() but with different
objects verses just coding a huge list of functions that are hard to
organize and end up with long names.
Thanks