$$ returns an array.
$$('#facetrow div.zip')[0].destroy();  would work.

#facetrow is a an object with an ID, so why not use: $
('facetrow').destroy() ?

On 9 okt, 22:19, Jan Kassens <[EMAIL PROTECTED]> wrote:
> the problem is likely not in that snippet, some more code or a demo  
> page would help allot.
> On Oct 9, 2008, at 21:38, Rich V wrote:
>
>
>
> > The following works in Firefox, but not in Safari
>
> > $$('#facetrow div.zip').destroy();
>
> > In Safari, it empties the content of the div on the first click and
> > deletes it on the second click..
>
> > Any ideas?
>
> --
> my blog:http://blog.kassens.net

Reply via email to