[jQuery] Form Serialize - Not replace space with plus

[jQuery] Form Serialize - Not replace space with plus


I'm using $("form").serialize(), and then doing an AJAX request.
JQuery automatically replaces spaces with the + character.
How can I keep my spaces?
(I couple replace the + character with a space on the server side, but
I want the users to be able to enter the + character when they submit
forms.)