layervault / jquery.typer.js

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

jquery chaining breaks #10

Closed kontur closed 11 years ago

kontur commented 11 years ago

Doing this kind of a call results in errors, when by definition of jQuery plugin guidelines, it shouldn't:

$('#foobar').taper().css('border', '1px solid red');