I'm having an issue when I serialize a form and I'm getting these little carriage arrows in the serialization of a textarea
using jQuery's serializeArray()
method
However, when I use a val()
method, the result is like so:
Can anyone tell me why they are different? And how the heck do I get rid of the little carriage arrows and make it like the val()
result, as the little arrow is causing me problems? (btw what is the proper term for the little arrow?)