Skip to content

Instantly share code, notes, and snippets.

@ddailey
Created March 2, 2012 22:32
Show Gist options
  • Select an option

  • Save ddailey/1961916 to your computer and use it in GitHub Desktop.

Select an option

Save ddailey/1961916 to your computer and use it in GitHub Desktop.
Working with mPath
success: function(mpathResponse) {
// do something with mPath's decision
if (mpathResponse.options"home-page"]["welcome-style"].code == "fancy") { [ $('#plainWelcome').hide();
$('#fancyWelcome').show();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment