Skip to content

Instantly share code, notes, and snippets.

@hborrelli1
Created March 29, 2018 20:24
Show Gist options
  • Save hborrelli1/be4df4a1098429b0ddae8e73b960ba28 to your computer and use it in GitHub Desktop.
Save hborrelli1/be4df4a1098429b0ddae8e73b960ba28 to your computer and use it in GitHub Desktop.
var el = document.getElementById('shipping_method_0_free_shipping1');
el.addEventListener("click", function(){
document.getElementById('ship-to-different-address-checkbox').click;
// alert("Harry");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment