Archived Posts from March, 2005
-
Slidable Select Widgets Explained
A walkthrough of the process I used to make an accessible slider widget from a SELECT element.
-
Type-Ahead search for select elements
An expansion of earlier unobtrusive JavaScript articles: this time we’re adding type-ahead search functionality to SELECT elements.
-
Component encapsulation using Object-Oriented JavaScript
An introduction to using classes in JavaScript in order to avoid namespace conflicts and gain interesting object-oriented functionality.
-
Event Handlers and Other Distractions
Attaching behaviors to the semantic elements in your HTML document isn’t nearly so hard as it sounds.