Ajax special characters problem
For some time from now, I was wondering if there was a way, so that I can handle special characters {{!@#$%^&*()_’/” }} while posting the data using AJAX.
Then suddenly I came to the conclusion that if we can URL ENCODE the data before posting through AJAX in JAVASCRIPT then it should be possible.
This is can [...]