基础轨道应用程序具有可通过以下方式调用的Flash消息:
"flash.now[:error]"
但是,如何通过JS手动调用它?这是我目前的代码:
var show_error = function (message) {
$("#flash-messages").html('<div class="flashes"> <div class="flash-notice">' + message + '</div> </div>');
return false;
};
答案 0 :(得分:0)
您可以通过将默认消息包含在函数中来设置它。在此处阅读有关JS Spinner
的更多信息:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_Operators#Logical_OR_()
您可能还希望看到这个答案:Best practice method of displaying flash messages
||
&#13;