jwysiwyg

How to detect a change with jQuery to the contents of a textarea that's using jWYSIWYG plugin?

一世执手 提交于 2019-12-22 18:12:10
问题 I'm using the jwysiwyg plugin on textareas in my form (jwysiwyg: https://github.com/akzhan/jwysiwyg ) I want to detect changes to any of the textareas that are in my form. Normally, with a standard non-wysiwyg textarea, I do: $('textarea').change(function(e){ alert('Something changed!'); }); This proves ineffective when jwysiwyg is being used due to jwysiwyg's DOM manipulation. Anyone have any pointers? 回答1: Use this code, I've tested it with the help/example/01.basic.html and 02.full.html, I

Is jWYSIWYG editor too buggy for production use?

那年仲夏 提交于 2019-12-18 18:28:32
问题 After reading the comments on this site: http://www.webresourcesdepot.com/jwysiwyg-jquery-inline-content-editor-plugin/ There is a bit of consensus that jWYSIWYG editor is too buggy (especially in the last few recent comments). Has anyone had experience with it in a large production site? I haven't run a huge sample of markup through it yet, but so far it has seemed to do the job fine. 回答1: I have been using jwysiwyg (https://github.com/akzhan/jwysiwyg) for about 4 months now on several

How to detect a change with jQuery to the contents of a textarea that's using jWYSIWYG plugin?

放肆的年华 提交于 2019-12-06 06:10:33
I'm using the jwysiwyg plugin on textareas in my form (jwysiwyg: https://github.com/akzhan/jwysiwyg ) I want to detect changes to any of the textareas that are in my form. Normally, with a standard non-wysiwyg textarea, I do: $('textarea').change(function(e){ alert('Something changed!'); }); This proves ineffective when jwysiwyg is being used due to jwysiwyg's DOM manipulation. Anyone have any pointers? Ricardo Castañeda Use this code, I've tested it with the help/example/01.basic.html and 02.full.html, I guess it will work with the others too: $(document).ready(function(){ var current = $("

Is jWYSIWYG editor too buggy for production use?

天涯浪子 提交于 2019-11-30 15:43:20
After reading the comments on this site: http://www.webresourcesdepot.com/jwysiwyg-jquery-inline-content-editor-plugin/ There is a bit of consensus that jWYSIWYG editor is too buggy (especially in the last few recent comments). Has anyone had experience with it in a large production site? I haven't run a huge sample of markup through it yet, but so far it has seemed to do the job fine. I have been using jwysiwyg (https://github.com/akzhan/jwysiwyg) for about 4 months now on several production sites and I have to say that it is the best lightweight wysiwyg editor that I have used. It is small,