TypeError:tinymce.get(...)为null - 似乎没有正确查找ID

时间:2014-04-25 20:27:28

标签: javascript jquery wordpress tinymce

我在Wordpress中使用 tinymce 来满足某些自定义需求。它工作正常,但现在似乎抛出了我以前没有的错误。

来自Firebug

  

TypeError:tinymce.get(...)为null

     

geqqo_new:tinymce.get(' geqqo-editor-new')。getContent()

然而事情看起来非常合理 - 他们以前在工作 - 所以请仔细检查我:

JS

tinymce.get('geqqo-editor-new').getContent() 

生成的HTML

<form action="" method="post" target="_blank">
    <div id="wp-geqqo-editor-new-wrap" class="wp-core-ui wp-editor-wrap html-active">
        <link rel='stylesheet' id='editor-buttons-css'  href='http://localhost/hawaii/somelocal/wp-includes/css/editor.min.css?ver=3.9' type='text/css' media='all' />
        <div id="wp-geqqo-editor-new-editor-tools" class="wp-editor-tools hide-if-no-js">
            <div id="wp-geqqo-editor-new-media-buttons" class="wp-media-buttons"><a href="#" id="insert-media-button" class="button insert-media add_media" data-editor="geqqo-editor-new" title="Add Media"><span class="wp-media-buttons-icon"></span> Add Media</a></div>
            <div class="wp-editor-tabs"><a id="geqqo-editor-new-html" class="wp-switch-editor switch-html" onclick="switchEditors.switchto(this);">Text</a>
                <a id="geqqo-editor-new-tmce" class="wp-switch-editor switch-tmce" onclick="switchEditors.switchto(this);">Visual</a>
            </div>
        </div>
        <div id="wp-geqqo-editor-new-editor-container" class="wp-editor-container"><textarea class="wp-editor-area" rows="20" autocomplete="off" cols="40" name="content" id="geqqo-editor-new"></textarea></div>
    </div>
</form>

所以考虑到所有问题,为什么我会收到如上所述的错误?

此外,这是使用Wordpress的tinymce功能,所以也许在最新版本中会抛出一个曲线球?

1 个答案:

答案 0 :(得分:0)

逐步尝试这些,看看他们是否解决了问题:

  1. 用2014

  2. 替换现有主题
  3. 禁用所有插件