Creating JavaScript Classes, Part 5: The Class Function (with screencast)
filed in Development on Mar.11, 2009
View Screencast | Download code
In the previous posts of this series, I looked at using JavaScript to create class hierarchies that would include property and method inheritance, and method overrides. Today, I’ve created a single JavaScript function that will automate this process for me. This is very similar in functionality to the YUI, [...]