you should use css, if you have only two or 3 states of width, you could use CSS classes. Else you can have a style tag and append rules to it.
On Nov 6, 8:20 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Working on a page with a table of about 10,000 rows and 30 div's, the > following takes about 5 seconds.... > > $("div.siteWidth").css("width", modifiedW); > > What am I doing wrong? How can the table be bypassed?