My requirement was to be able to apply load mask to the entire page when
submitting a form, and show the loading message at a height where the user can
actually see it if the page is too long.
It works like this: $("#wrap").mask("Loading..",0,240);
The third parameter specifies how many pixels from top to place the loading
message.
Hope someone finds it useful and will be somehow integrated in a newer version.
Nice plugin, thanks!
Original issue reported on code.google.com by atrandaf...@gmail.com on 1 Feb 2012 at 12:12
Original issue reported on code.google.com by
atrandaf...@gmail.com
on 1 Feb 2012 at 12:12Attachments: