Skip to content

Instantly share code, notes, and snippets.

@jonmunson
Created October 18, 2013 13:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonmunson/7041639 to your computer and use it in GitHub Desktop.
Save jonmunson/7041639 to your computer and use it in GitHub Desktop.
TinyMCE - disable the WYSIWYG editor on <textarea> with a specific class
selector: "textarea", // Select all textarea
selector: "textarea.editme", // Select all textarea with the class editme
selector : "textarea:not(.mceNoEditor)", // Select all textarea exluding the mceNoEditor class
@msjoker
Copy link

msjoker commented Aug 5, 2014

Tnx!!! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment