i have a jQuery Object but need it to be a jHtmlArea Object. jHtmlArea is derived from jQuery so it should work theoreticaly - but i haven't found anything on this topic.
I know i can cast from javaScript Object to jQuery and back but not how to cast to a specific object.
UPDATE:
Found this very usefull and now made it work with a workaround for jHtmlArea at least. See the solution here.