anishtulsyan22
Coder
Hi All,
I have two .js files: file1.js and file2.js.
In file1.js, I am able to get the data from the database using ajax call, and it is working fine.
In file2.js , I want to access the ajax success data which I received in file1.js .
How can I do that ?
Any help is appreciated.
Thanks in Advance!!
Anish Tulsyan.
I have two .js files: file1.js and file2.js.
In file1.js, I am able to get the data from the database using ajax call, and it is working fine.
In file2.js , I want to access the ajax success data which I received in file1.js .
How can I do that ?
Any help is appreciated.
Thanks in Advance!!
Anish Tulsyan.