[Javascript] OOP and the DOM

Edwin Martin edwin at bitstorm.org
Mon Oct 22 02:34:04 CDT 2007


girzel schreef:
> My practical situation: I have a webpage with a giant list of links,  
> and a smaller list which represents categories to which those links  
> might belong. Clicking categories in the category list 'disappears'  
> links which don't belong to that category, so that you can filter the  
> giant link list by clicking on one or more categories.
>   

1) The easiest, fastest and most portable way to do this is with CSS.

2) Not every problem is an OOP-problem.

Edwin Martin





More information about the Javascript mailing list