-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot use in ie8 #226
Comments
You're talking about
|
yes,i hope 'test' is suit for ie8, thanks for reply me |
|
@zhaozailin Can you please provide more information? Exact error messages and line numbers, as well as any relevant code (e.g., View code, especially bindings) would help us track this down. |
sorry for my poor english,I use it for backbone project,the version of jquery is 1.11.3,when I call the view.modelBinder.bind(....), jquery encounter a error , it seems that ModelBinder use jQuery.event.add method that has code:types = ( types || "" ).match( rnotwhite ) || [ "" ]; But ie8 cannot support match method. anyone has a solution? thanks very much! I'm so like this plugin!
The text was updated successfully, but these errors were encountered: