[jQuery] Get var out of ajax scope
I have an $.ajax() call that I am using to GET some text from a page
on my site. I have put it in a variable with the success function.
How can I move that var up and out of the $.ajax function so I can use
it in other parts of my script?
Thanks.