css-modal icon indicating copy to clipboard operation
css-modal copied to clipboard

modal-close does not work after ajax-response

Open ghost opened this issue 9 years ago • 2 comments

Hello! Please help, why a.modal-close does not work after ajax-response, what could be wrong? Or how close? Code here

It's does't help me(

<script>
        $(function(){
            $('.modal-close').click(function(){
                window.location.href = '#!';
            })
        })
    </script>

2015-04-04_08 58 39

ghost avatar Apr 04 '15 03:04 ghost

on some old release, it worked

ghost avatar Apr 04 '15 03:04 ghost

On master in index.html all modals are loaded via ajax and the modal closes perfectly. Can you please try with the current version? Can you please also provide a reduced test case for this behavior?

drublic avatar Oct 04 '15 19:10 drublic