This is my code:
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!
Your jsfiddle has two problems:
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.
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.