Y
Hacker News
new
|
ask
|
show
|
jobs
by
danhardman
3194 days ago
on(), off() seems a bit unintuitive in my opinion. I'd opt for something like .watch(), .ignore()
1 comments
wolfgang42
3194 days ago
on() and off() are the names that every JavaScript library uses for event handlers; I don't think bikeshedding individual libraries is going to help much.
link