We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Houfeng 感谢分享,然后我在web上调用的时候,出现这个错误,请问是怎么回事呢?非常感谢~
错误提示: Uncaught TypeError: Function.prototype.toString requires that 'this' be a Function
Uncaught TypeError: Function.prototype.toString requires that 'this' be a Function
调用代码:
<textarea name="editor" id="editor"></textarea> <script> //获取textarea dom对象 var ele_textarea = document.getElementById('editor'); //实例化Mditor var editor = new Mditor(ele_textarea); </script>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@Houfeng 感谢分享,然后我在web上调用的时候,出现这个错误,请问是怎么回事呢?非常感谢~
错误提示:
Uncaught TypeError: Function.prototype.toString requires that 'this' be a Function
调用代码:
The text was updated successfully, but these errors were encountered: