【发布时间】:2013-10-19 21:22:35
【问题描述】:
我正在尝试使用 Zurb 基础来匹配密码,除了data-equalto 标签外,一切正常,我的代码是:
.password-field
%label
Parola
%small necesar
%input#pw1{required: '', type: 'password'}
%small.error A strong password is needed
.password-field
%label
Confirma Parola
%small necesar
%input{required: '', type: 'password' , "data-equalto"=> 'pw1'}
%small.error A strong password is needed or passwords do not match
我期待 A strong password is needed or passwords do not match 消息弹出,但它没有发生
【问题讨论】:
标签: javascript zurb-foundation haml abide