Last active
December 19, 2018 20:59
-
-
Save aatronco/29beca23c0e54ec9452d060194c11ada 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> | |
| var payment = "99578" | |
| $(document).ready(function(){ | |
| $("#order_payment_method_" + payment).parent().attr('id', 'top'); | |
| $("#order_payment_method_" + payment).parent().parent().attr('id', 'payments_ul'); | |
| $("#top").prependTo("#payments_ul"); | |
| $("#order_payment_method_" + payment).click(); | |
| }); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment