HI all,
I have textarea with id, id_cusipvalue
I am getting the value using the following function $("#id_cusipvalue").val()
when I send this data as GET url?+$("#id_cusipvalue").val()
all the new line chars get stripped . How can I retain the newline chars ?
Thanks
Sumanth