You should use encodeURIComponent()

>From the jQuery core, they use this method to encode data for use with
serialize():
encodeURIComponent(string).replace(/%20/g, "+")

On Sep 25, 5:08 pm, uncleroxk <[EMAIL PROTECTED]> wrote:
> i know that   .serialize will encode it to a "url safe" character, but
> what if i decided not to use serialize, as serialize would not allow
> multiple selection for Option..

Reply via email to