jQuery Ajax Call Return Value
Wednesday, June 23rd, 2010I found myself needing a really quick way to do an ajax call and get the value returned to a single var. I did a lot of searching and found a lot of convoluted responses that involved callbacks. Using callbacks would be overkill for what I was doing. After much searching I finally found this [...]