我試圖添加一個錯誤,如果一個字段爲空。jquery試圖添加錯誤消息
這是我的代碼:
if ($('#costproject_costestimates_attributes_1_notes').length) {
$('#costproject_costestimates_attributes_1_notes').after("<span class='help-inline'>can’t be blank</span>")
}
但是,我的代碼不能正常工作。在編輯器中獲取assignObj expected
。和Uncaught Error: ExecJS::ProgramError: Error: Parse error on line 31: Unexpected 'POST_IF' (in /Users/davidburton/Sites/ndeavor3/app/assets/javascripts/costprojects.js.coffee)
在瀏覽器中。
你能發佈一個完整的代碼示例嗎? – j08691
^因爲錯誤表明問題可能在別的地方! –