Thank you!!
please! see the example at isabeladraw.sourceforge.net. I've been forced
build blocks against the entire board. But I'm thinking create
child-by-child onmouseover position.
sorry my english...

Dirceu Barquette

2008/12/2 [EMAIL PROTECTED] <[EMAIL PROTECTED]>

>
> I would start by evaluating the requirement for adding 1599 divs.
> The way you have written it is probably the most efficent cross
> browser way of appending that much content but it will still crawl.
>
> On Dec 2, 10:53 am, "Dirceu Barquette" <[EMAIL PROTECTED]>
> wrote:
> > Hi!
> >
> > The code:
> > for (i = 0; i < 1600 ;i ++) {
> >       htm += '<div></div>';}
> >
> > $(htm).appendTo('#parentDiv');
> >
> > How can avoid overhead?
> >
> > thanks,
> >
> > Dirceu Barquette
>

Reply via email to