Ronnie Jespersen
Ronnie Jespersen

Reputation: 950

NicEdit wont save HTML

I am trying out NicEdit witch is super light weight and easy to install. The problem is when I use NicEdit its working fine changing content in the textarea - but when I save my content there is no HTML tags in the post? Its all in clear text... Any ideas?

Upvotes: 1

Views: 3708

Answers (1)

Aaron
Aaron

Reputation: 282

How are you saving with NicEdit?

You can not get the value using "var variable = $("#id").val();" because that will just get the text in the textarea.

NicEdit has a built in ajax save function that you can use. Check out http://wiki.nicedit.com/w/page/519/FrontPage and click on Saving via Ajax.

Upvotes: 2

Related Questions