作者: liuchengyong | 来源:发表于2017-04-06 13:45 被阅读0次

    艾弗森

    也是写哪都可能是可能的撒到你哭啦

    $(function(){
        // console.log($(document.
    ![Uploading 文字_927874.png . . .]
    getElementById('preview').contentWindow.document));
        $('#content').on('input',function(){
            var html = markdown.toHTML($(this).val());
            $(document.getElementById('preview').contentWindow.document).find('body').html(html);
        });
        $('#editer').on('input',function(event){
            var _this = $(this);
            console.log({
                type:event.type,
                value:_this.val(),
                text:_this.text(),
                html:_this.html(),
            });
        });
    });
    

    相关文章

      网友评论

          本文标题:

          本文链接:https://www.haomeiwen.com/subject/pafqattx.html