samdark / yii2-cookbook

Yii 2.0 Community Cookbook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOC: yiiactiveform.js

dicrtarasov opened this issue · comments

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