Thursday, 1 November 2012

How we can send more values through the response text? | Ajax Interview Questions

We can send text values with the concatenation of ‘I’ operator and by splitting with the pipe operator like’responseText.split(‘|’);’ If done properly, we would receive an array of our text. Now, we can access it, or we can use JSQN to send multiple text values in a array format.

No comments: