[jQuery] Attach Event to "Class" Instantiation
This is a bit of an irregular question - but is it possible to assign
an event to a class instantiation?
For example:
function Person() {
/* constructor code */
}
var bob = new Person(); // event gets fired here