layervault / jquery.typer.js

A simple jQuery plugin for a slick typing effect.
743 stars 103 forks source link

When an ampersand is encountered, script stops #22

Open bnb opened 10 years ago

bnb commented 10 years ago

I've been trying to put "&!" in typer. Whenever typer comes across this, it ceases to type. I took away the exclamation point, and it still doesn't work, but if I just use the exclamation point it still works. So, it has to be the ampersand. I'm sure this must need an escape somewhere, either in the typer code or my code, but it's a problem. I'd really like to use typer with these characters. I'm using it for a school project that's due in April.

Thanks, &! (bitandbang)

LingoSam commented 10 years ago

Have you tried &! instead of &! ? I think it will work then.

bnb commented 10 years ago

I didn't try !, but I did try & with the same result.

cgimber commented 8 years ago

same problem here. I tried & and & Did anyone find a workaround to this?