SHOW:
|
|
- or go back to the newest paste.
| 1 | <script> | |
| 2 | - | // Pop-Up Close And Scroll V1: |
| 2 | + | // Pop-Up Close And Scroll V2: |
| 3 | - | // Pop-up button and closer X *BOTH* close and scroll to a section |
| 3 | + | // Pop-up button closes and scrolls to a section |
| 4 | - | // Handle button clicks in modal |
| 4 | + | // Closer X closes but does NOT scroll |
| 5 | jQuery('.modal-body [data-component="button"] a').on('click', function (ev) {
| |
| 6 | ev.preventDefault(); | |
| 7 | // Supports multiple sections; will scroll to the visible one | |
| 8 | jQuery('#_8u3ip7yc1:visible, #_luiyxh20t:visible').each(function () { this.scrollIntoView(); });
| |
| 9 | - | // Handle modal closer clicks |
| 9 | + | |
| 10 | - | jQuery('.modal button.closer.close').on('click', function (ev) {
|
| 10 | + | |
| 11 | </script> |