2015-04-08 216 views
0

我有一個隱藏字段,例如:顯示隱藏字段simple_form

<%= f.input :authentication, label: 'Authentication Password', as: :hidden %> 

我想說明的隱藏字段被點擊管理員單選按鈕時:

<%= f.input :account_type , as: :radio_buttons, :checked => 'Student', collection: ['Student', 'Admin'], wrapper: :vertical_radio_and_checkboxes %> 

我會怎麼做所以?

我一直在使用

$('#user_authentication').show(); 

試圖但這不起作用。

回答

1

刪除爲:隱藏並在加載DOM時使用 $('#user_authentication').hide();