layervault/jquery.typer.js

Typer should be smart about replacing parts of the string

Closed this issue · 1 comments

Typer should only highlight as far back as necessary. If the string is being replaced by a slightly modified version, go back only as far as needed to. Example:

If the string is going from "Lorem-Ipsum.psd" to "Lorem-Dolor.psd", typer should only highlight "Ipsum.psd" and replace it with "Dolor.psd"

Implemented. Examples on test.html.