if I have a lot of elements inside <div class"full">...</div>

and then do $('.full').empty().append ('blah');

it takes a long time. Is there a way to speed that up?

Reply via email to