public
Description: A script that unobtrusively shows a selection of phonetic alphabets particularly used by radio operators to spell out words
Homepage:
Clone URL: git://github.com/blj/phonetic-alphabets.git
name age message
file README.textile Mon Jan 26 07:55:59 -0800 2009 Revert "adding a demo on the README" This reve... [blj]
file phonetic.html Mon Jan 26 07:02:40 -0800 2009 Added source script and the testing page [blj]
file phonetic.js Mon Jan 26 07:02:40 -0800 2009 Added source script and the testing page [blj]
README.textile

Phonetic.js

Unbotrusive Javascript that can spell out words using the Nato Phonetic Alphabet

It looks for the DOM elements with class “spell” and attaches a click event handler to those elements. When on click it adds a span containing the words.

This script requires prototype.js framework version 1.6.2.