I am trying to make a jsonp request from inside an iframe. For some reason, it does not seem to work. See this question.
I am now trying to attach a script
tag to the head of document. Now i need to generate src
for that by adding parameters of an object, which may contain some special characters, that should be converted to their codes.
Is there any javascript function for that ? There must be in the jquery as it would be requiring the same for its jsonp or ajax calls.
If i have to write mine, what are the characters that i should convert ?