1
HAMLファイル:jQueryレールを使用してhtml selectのドロップダウン値を取得するにはどうすればよいですか?
= form_for '', :remote => true do |f|
= f.select :stp_name, @steps
JS:
title = $('#stp_id').val()
console.log title
コンソール常に "未定義" を返します。私は他の回答への解決策を試みましたが、どれもうまくいかないようです。ありがとう!