Wed Jun 21 2017
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
$.ajax({
    url: "https://www.stg.rosettastone.com/?p_p_id=rosettaajaxsubmit_WAR_rosettaajaxsubmitportlet&p_p_life...",
 
    dataType: "jsonp",
    success: function( response ) {
        console.log( response );
    }
 
});