Skip to content

Instantly share code, notes, and snippets.

@Garfeild
Created August 7, 2012 14:14
Show Gist options
  • Save Garfeild/3285673 to your computer and use it in GitHub Desktop.
Save Garfeild/3285673 to your computer and use it in GitHub Desktop.
function resetCartItems(){
$(document).find('#xml_01').empty();
$(document).find('#xml_02').empty();
$(document).find('#xml_03').empty();
loadCartItems();
loadCartItems2();
loadCartItems3();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment