[jQuery] Re: dataset load

2009-06-22 Thread GRaC
hahaha... thanks oh great Cesar! -GRaC On Jun 23, 2:27 am, "Cesar Sanz" wrote: > jQuery(document).read(...); > > this just ensure all dom is completed loaded, so doesn't wait to images, etc > to be > in the document. > You can make your ajax call her

[jQuery] dataset load

2009-06-22 Thread GRaC
My first question and a possible n00b question... I wanna preload a asp.net dataset by firisng a webservice without waiting for the document to complete load ... Images etc I know it will need ajax call... Can xome someone here kindly walk me through the steps to do this ?