Skip to content

Instantly share code, notes, and snippets.

@sanguis
Last active December 10, 2015 12:59
Show Gist options
  • Save sanguis/4437907 to your computer and use it in GitHub Desktop.
Save sanguis/4437907 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$('#register-product-form > input[name="nid"][value="324"]').ready(function() {
$("#register-product-form > .register").children(":not(.slider)").remove();
$("#register-product-form > .submit-button").remove();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment