在Core\Datetime\Element的Datetime.php中,我读到:
#date_date_callbacks: Array of optional callbacks for the dateelement.什么意思?我应该如何从jQuery函数中添加一个呢?现在,我正在使用作为库包含的JS文件,但是我希望使我的自定义小部件更独立(我正在开发一个使用jQuery数据报警器来选择星期的定制小部件)。
我正在尝试在默认的Laravel项目中使用simplemde,比如so app.js: window.simplemd = require('simplemde'); 然后,根据简单的per文档,我还将这个添加到了app.js中: var simplemde = new simplemde({ element: document.getElementById("md") }); 这给了我一个错误: UncaughtTypeError: simplemde is not a const