Currently, everywhere I use serialize I have to use it like this:
.serialize().replace(/+/g,'%20');
otherwise any spaces in the form data will be coverted to +'s. Is there a setting that can make this the default.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…