Mike Alsup
Mike Alsup
This is a feature I plan to add, just haven't had time. I have a lot of work to do on the carousel implementation.
That's probably because Safari is immediately submitting the form without taking a breath to repaint. Try this instead: ``` $(document).ready(function() { $('#submit').click(function (e) { var form = this.form; e.preventDefault(); $.blockUI({...
I just tested the demo page with Safari 7 and it works fine for me. http://jquery.malsup.com/block/#demos What "event" is not firing?
I'm having some website issues right now. Use this instead: http://jquery.malsup.com/block/ On Sun, Dec 7, 2014 at 8:10 PM, yhjhoo [email protected] wrote: > http://malsup.com/jquery/block/ > > It shows > >...
I don't see this error. http://jquery.malsup.com/block/#demos
Can you provide a link that shows the problem? On Mon, May 13, 2013 at 10:03 PM, berserkk [email protected] wrote: > blocking a div blocks full page after block/unblock/block in...
Thanks for the update. On Fri, Jul 19, 2013 at 9:25 AM, Rodrigo Rosenfeld Rosas < [email protected]> wrote: > Firefox Aurora (24.0) is fine as well. Just Nightly has the...
Give Cycle2 a try: http://jquery.malsup.com/cycle2/
This is exactly the kind of thing that Cycle2 solves. Please take a look at the demos. It's not a drop in replacement for Cycle. On Wed, Sep 26, 2012...
You may want to check out Cycle2. http://jquery.malsup.com/cycle2/demo/carousel.php