So I need to make a a cross domain request where the response is not JSON formatted, so I cannot use .getJSON. .get obviously doesn\'t work because it is a cross domain requ
The var res actually has my information that I needed. I guess their headline = part was specifically for their implementation.
Thanks to those who helped!