I noticed that some characters are entered into the text field and sent via the jQuery Ajax request since the parfut is not interpreted correctly. (at least from my point of view). "&" creates new unwanted parm. "+" Completely disappears.
I want to get the value of a text field and convert it to html objects. Something like this I think:
SafeParm = $ ("# myDIV"). val (). html ();
Any other recommendations on making secure ajax calls using jQuery are welcome.
source
share