We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
コントローラのbndByBindObject内でlive使っているのが原因です。 liveはjQuery1.9.0からなくなったようです。 http://jquery.com/upgrade-guide/1.9/
The text was updated successfully, but these errors were encountered:
hifive#156 live(),die()を使わないようにした($(document).delegate(),undelegate()…
e7c9dc5
…で代替) ※jQuery1.7以降はon(),off()が推奨だが、bind(),delegate()は1.9時点でDeprecatedにはなっていないので一旦これで対応する
hifive#156 bind, delegateの条件分岐(対象がObjectの場合は必ずbind()を使用する)のバグを修正
d2de652
simdy
No branches or pull requests
コントローラのbndByBindObject内でlive使っているのが原因です。
liveはjQuery1.9.0からなくなったようです。
http://jquery.com/upgrade-guide/1.9/
The text was updated successfully, but these errors were encountered: