[jQuery] Re: A loading image in the centre of the screen

2009-03-10 Thread JT
You can also pass the image in the message $.blockUI({ message: '' }); $(document).ready(function() { $.unblockUI; }); If you only want the image to show without any borders, you can modify BlockUI's default options. http://malsup.com/jquery/block/#options

[jQuery] Re: A loading image in the centre of the screen

2009-03-09 Thread Brad
There is a way for the BlockUI to also show an image. By passing in an empty message (and possibly tweaking the CSS) I believe you can get it to do what you want. On Mar 9, 4:18 pm, phicarre wrote: > Ok but it is for a message, not for a loading image > > On 9 mar, 19:26, James wrote: > > > Che

[jQuery] Re: A loading image in the centre of the screen

2009-03-09 Thread phicarre
Ok but it is for a message, not for a loading image On 9 mar, 19:26, James wrote: > Check out the BlockUI plugin:http://malsup.com/jquery/block/ > > On Mar 9, 8:21 am,phicarre wrote: > > > I would like with jQuery to show a loading image in the centre of the > > screen that waits for everything

[jQuery] Re: A loading image in the centre of the screen

2009-03-09 Thread James
Check out the BlockUI plugin: http://malsup.com/jquery/block/ On Mar 9, 8:21 am, phicarre wrote: > I would like with jQuery to show a loading image in the centre of the > screen that waits for everything to load. And whatever the browser ! > Any solutions ? plugins ?