blockui icon indicating copy to clipboard operation
blockui copied to clipboard

code is not working only safari (window and mac) when form submit , its working ff,chrome,ie

Open jaykhatriwebdesigner opened this issue 10 years ago • 1 comments

Hello, some how code is not working when i submit form,

i also to tried $(document).ready(function() { $('#submit').click(function (e) { var form = this.form; e.preventDefault(); $.blockUI({ message: $('#spinner') }); setTimeout(function() { form.submit(); }, 10); }); });

i want to show loader when user login. so for submit from controller.

need your help thank you.

jaykhatriwebdesigner avatar Sep 25 '15 05:09 jaykhatriwebdesigner

I'm having this same problem, and having no luck. I have tried onBlock and setTimeout... it blockUI then works, but then interferes with javascript on the page reload (if a user has entered invalid credit card information, and our error messages are supposed to appear). Any luck on your end?

mattkaz avatar Nov 01 '17 15:11 mattkaz