|
Data crashing when sending via Ajax call
Hello All,
I need some help on how the data can be passed in ajax without js crashed ....
My query string was formed like this ...
"attribute1="+data1+"&attribute2="+data2+"&attribute3="+data3+"&attribute4="+data1
It was getting crashed sometime when i pass some text having some spl characters in it ... is there anyway by which we can clean the data and pass in javascript ?
|