[jQuery] .ajax() POST issues with URLs that have commas
I have an ajax post script set up, and will post data to my server.
In some cases, our URL's have commas in them. This seems to cause a
problem for the POST method (or maybe just javascript) and it seems
see the comma as the start of the URL, and cuts off the rest before
that.
The URLs are from checkbox values, and are put into an array, and then
looped through the ajax() POST. Is there something that I should be
doing to maybe escape the comma's in the URL so this won't happen?