taoguan / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Events does not work #158

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set up the editor, $('textarea').wysiwyg();
2. Set up an event, $('textarea').keyup (function () { })
3. The script does not register the event keyUp

What is the expected output? What do you see instead?
When using alert ($(this).val()) within the event, i don't get any results.

What version of the product are you using? On what operating system?
jQuery 1.3.2, jwysiwyg 0.6, Windows XP, WAMP

Original issue reported on code.google.com by davidste...@gmail.com on 9 Feb 2010 at 8:59

GoogleCodeExporter commented 8 years ago
This functionality has been added.

http://akzhan.github.com/jwysiwyg/examples/02-full.html

Original comment by akzhan.a...@gmail.com on 7 Apr 2010 at 4:32

GoogleCodeExporter commented 8 years ago

Original comment by akzhan.a...@gmail.com on 7 Apr 2010 at 4:38