Try the jQuery BlockUI plug-in: http://www.malsup.com/jquery/block/
You can block a whole page with a screen and a message while your script does its job. On Mar 17, 2:56 pm, Eric Garside <gars...@gmail.com> wrote: > You could use css to "display:hide" the form users could submit from. > Do you have a live example? It would help a bunch. > > On Mar 17, 8:54 pm, Adwin Wijaya <adwin.wij...@gmail.com> wrote: > > > I have page that rely heavily on jquery for doing calculation. > > > I need to prevent user to enter before the page finished loading so > > the javascript can be run. > > > is there simple solutions to do that ? like displaying [loading....] > > may be ? > > > thanks > >