Hi I need to store an AJAX Response into two variables x and y or into a array. My AJAX response is a array. I am able to see the data but only with and alert into che call. I n
If you are running this code within a document ready handler, your x and y variables are not truly global. Try window.x=''; window.y='';
window.x=''; window.y='';