I am using $.post for posting data. I have one text area where user can enter any data. sometime enters html tags. when I saw on browser console before posting data. I can see whole text , but on server side I am only able to get some data.means some of the data gets truncated, I think this is happens when he enters html tags.how to prevent this?
$("#iNote").val()