yurivictor / typebetter

Fixes typography while a user types
http://yurivictor.com/smartquotes/
BSD 3-Clause "New" or "Revised" License
71 stars 2 forks source link

Remove jQuery dependencies #4

Closed adactio closed 9 years ago

adactio commented 9 years ago

Changing .bind() to .addEventListener() and .val() to .value means that jQuery is no longer a requirement.

yurivictor commented 9 years ago

Thanks.