Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created July 14, 2013 22:05
Show Gist options
  • Save pbrewczynski/5996313 to your computer and use it in GitHub Desktop.
Save pbrewczynski/5996313 to your computer and use it in GitHub Desktop.
$.getJSON(
Player.config.textSrc,
{
'textId' : textId,
'firstSentence' : firstSentence,
'lastSentence' : lastSentence
},
callback
);
console.log(Player.config.$container);
Player.config.$container.load(
Player.config.textSrc,
{
'textId' : textId,
'firstSentence' : firstSentence,
'lastSentence' : lastSentence
},
callback
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment