Revision #2 was created by nlac on Sep 14, 2014, 5:27:28 PM.
Replaced the $.yii.fix expression everywhere to yiiFix in the tutorial, so the dependency from jquery.yii.js has been removed.
Content
A time ago i've met the issue that Yii doesn't run any client-side form validation when submitting the form by CHtml::ajaxSubmitButton. The small javascript below helps to fix it.
### Usage
1) Register the snippet into the HEAD. Be sure that it is linked after jquery.yii.js is linkedpdate!
Replaced the $.yii.fix expression everywhere to yiiFix in the tutorial, so the dependency from jquery.yii.js has been removed.