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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.