Skip to content

Instantly share code, notes, and snippets.

@kary4
Created November 17, 2017 17:03
Show Gist options
  • Save kary4/e07c562471351cbbb2f7e1dc0727fff7 to your computer and use it in GitHub Desktop.
Save kary4/e07c562471351cbbb2f7e1dc0727fff7 to your computer and use it in GitHub Desktop.
jQuery('.cart-customlocation span').remove();
var getCount = jQuery('.cart-customlocation').html().replace(/[\s-]+/g,'');
jQuery('.cart-customlocation').html(getCount);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment