Trying to pass spaces along with ajax call.
'word' is been passed the same as 'word ' i believe so.
On the other hand two words need to be send completely with call.
'word second' but not the same as 'word second '
Should I trim before call or do this on server side script? How can I send spaces as well?