Advanced HTML Editor 3 Support Product Page

Answered

Get value with JQUERY

Asked 22 Jul 2013 13:08:10
1
has this question
22 Jul 2013 13:08:10 bruno veiga posted:
Hello,
How can get the value of the editor with Jquery?
I put an image with id = "bt_form" to start the event.
I used the following code but it went wrong:

JQUERY:

<script>
$ (document). ready (function () {
$ ("# bt_form". click (function () {
var value = $ (". dmxEditor". val ();
alert (value);
});
});
</ script>

Replies

Replied 24 Jul 2013 22:05:45
24 Jul 2013 22:05:45 bruno veiga replied:
I'm waiting for an answer ...
Replied 25 Jul 2013 08:49:53
25 Jul 2013 08:49:53 Teodor Kuduschiev replied:
Hello,

Unfortunately this is not possible.

Reply to this topic