span-letters.js A jQuery plugin for wrapping each letter in a string in a span element Usage ``` jQuery(".selector").spanLetters(); ``` Example Input ``` A String ``` Example Output ``` A String ```