samdark / yii2-cookbook

Yii 2.0 Community Cookbook
1.45k stars 296 forks source link

DOC: yiiactiveform.js #191

Closed dicrtarasov closed 6 years ago

dicrtarasov commented 6 years ago

Page: https://yii2-cookbook.readthedocs.io/forms-activeform-js/ Paragraph: "Getting Attribute Value"

The code is not working:

$('#form_id').yiiActiveForm('find', '#attribute').value

The right is:

$('#form_id').yiiActiveForm('find', 'attribute').value
samdark commented 6 years ago

https://github.com/samdark/yii2-cookbook/commit/e98999d22b4852eb6a1739a49dbad5adb847e70d Thanks!