jquerywysiwygwymeditor

WYSIWYG WYMEditor - Cant get to load


This is my code:

http://jsfiddle.net/Y6Lc4/

This is my load code:

jQuery(function() {
    jQuery('.wymeditor').wymeditor();
});
​

Why oh why does this not work?! I've copied the code from the demo site!


Solution

  • Your jsfiddle has two problems:

    1. According to Issue 365, WYMeditor 1.0.0b3 doesn't work with jQuery 1.8.x in Chrome/Safari. You'll have to either use a different versions of jQuery, a different browser, or wait for 1.0.0b4.

    2. Because of the same-origin policy with regards to AJAX, you can't actually load WYMeditor using source hosted somewhere else. This is a limitation of browser security and the method that WYMeditor uses to load skins and translation files within its iframe.