Skip to content

Instantly share code, notes, and snippets.

@kmelkon
Created August 1, 2013 08:11
Show Gist options
  • Save kmelkon/6129420 to your computer and use it in GitHub Desktop.
Save kmelkon/6129420 to your computer and use it in GitHub Desktop.
deals
$('.deals-wrapper').append('<%= escape_javascript(render :partial => "deals/deal") %>');
$(':input')
.not(':button, :submit')
.val('');
$(".deal:even").addClass("background-gray deal-padding");
$.colorbox.close();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment