なぜ機能していませんか?Javascript/Coffeescript append TypeError:関数ではありません
文字列値の変数msgを変更すると機能します。
コード:
console.log full_messages # Array [ "text to be displayed" ]
for msg in full_messages
$('#error_explanation ul').append('<li>'+ msg +'</li>')
エラーメッセージ:
TypeError: msg is not a function
@tholoこの "$ - >"を意味しましたか?そうであれば!はい、そうです。 –
'full_massages [msg]' – tholo
$( '#error_explanation ul')。append( '