Created
March 2, 2018 17:13
-
-
Save KustomDeveloper/026ff03f6ca8ac0497ab78864a5835df to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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