Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save KustomDeveloper/026ff03f6ca8ac0497ab78864a5835df to your computer and use it in GitHub Desktop.

Select an option

Save KustomDeveloper/026ff03f6ca8ac0497ab78864a5835df to your computer and use it in GitHub Desktop.
<script>
$(document).ready(function(){
$(".order2stepbuttonOrder").hide();
$("#bump-offer").click(function() {
$(".order2stepbuttonOrder").toggle();
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment