Project type
jQuery plugin Another experiment
Displaying Math/Equations with CSS and HTML A jQuery Plugin For Changing Measurement Units Inline
I’m experimenting with an inline measurement unit switcher and recalculating tool built as a jQuery plugin. Off to a pretty good start. All one needs to get it running is pop in the basic tag, give it a type, and add a number.
Switching the measurement unit inline
The basic plug is like so:
<span class="hd-munit-switcher" rel="temperature">100</span>
Version 0.1 includes support for basic temperature and a few distance measurement units. I’m interested in expanding this, but it’s my party – I’ll code when I want to.
Next I’d like to add better error capture, more measurement units, better support for inputs, and plugin options such s turning on/off switching for all units on a page.

[...] for inline measurement unit switcher jQuery plugin The next evolutionary step for my budding jQuery plugin is to give it some options people can change. Which ones, I’m not yet sure [...]
[...] var addthis_config = {"data_track_clickback":false};This is the first major upgrade to the HD Unit Switcher jQuery plugin I’ve been developing for managing the changing of distance units such as meters and miles and [...]