TypeError: jQuery(...).htmlarea is not a function

726 Views Asked by At

I'm using a WordPress site.I'm create new plugins WP.

When I use "jHtmlArea Editor" after script load, I get this error

TypeError: jQuery(...).htmlarea is not a function

 jQuery("#txtDefaultHtmlArea").htmlarea();

I have no idea what is causing it or what it even means. If I don't use WordPress. It is OK

0

There are 0 best solutions below