[jQuery] Re: Jquery Ajax dropping special characters

2007-11-27 Thread damitha
using the code for the plus sign: %2b Bye On Nov 27, 4:59 am, damitha [EMAIL PROTECTED] wrote: I am trying to send an mysql query to the server from a client programme by using the jquery $.ajax({}) function. The query string comprises of + sign which is used to assign student

[jQuery] Jquery Ajax dropping special characters

2007-11-26 Thread damitha
I am trying to send an mysql query to the server from a client programme by using the jquery $.ajax({}) function. The query string comprises of + sign which is used to assign student grades (such as C+). The server side programming is in php. However I have realized at the time of sending the