In a recent project, I’ve been working with large groups of input elements, and the course of action that’s taken depends on the type of element that raises the event.

Since so much of the project uses jQuery, I opted to write anĀ extremely simple plugin that makes it easy to get an input’s type by calling a function on said element.

Continue reading