Retain input field special chars in Javascript Ajax post
I had to post a form through jQuery Ajax .post function and the special chars like + and - kept getting removed when the PHP parse_str() handled the data string, so I just slapped on encodeURIComponent around the jQuery values to solve that issue. Like this:
encodeURIComponent( jQuery( this ).attr( 'value' ) );
Written by Jeffrey Pearce
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Jquery
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#