I have a problem with append() working in IE but not in FF. I append text to a content in text area. if I load textarea with text and then delete a few chars, and then try to append — it does not work. Is there an alternative to it?
I have a problem with append() working in IE but not in FF. I
Share
If you’re working with a
textarea, you should be using.val()to set its value instead of.append().