Skip to content

Instantly share code, notes, and snippets.

@devth
Created October 25, 2011 20:18
Show Gist options
  • Save devth/1314109 to your computer and use it in GitHub Desktop.
Save devth/1314109 to your computer and use it in GitHub Desktop.
$('#local_prices_page_contents')
.html(
(offers.size() > 0) ?
($.mustache(localPricesTemplate, {offers: offers.toJSON()})) :
"");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment