Hacker News new | ask | show | jobs
by jQueryIsAwesome 4913 days ago
Bind is not supported in IE8 and older versions. You could use the underscore library or another one that haves a cross-browser bind method.
1 comments

For my particular use case, IE8 is not an issue, but sure, a shim is like three lines, and we did use that before (when IE8 was an issue).