Try making the selector more specific. So instead of $('.full') use
$('div.full').

Karl Rudd

On Fri, Nov 7, 2008 at 11:19 AM, jquertil <[EMAIL PROTECTED]> wrote:
>
> 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