isnt it the same as:

$$('#facetrow .zip').destroy();

in the end... both:

-- $('facetrow').getElements('.zip')
and
--$$('#facetrow .zip')

yield the same results...

dont they?????


On 10/10/08, keif <[EMAIL PROTECTED]> wrote:
>
>  So why not try:
>
>  $('facetrow').getElements('.zip').destroy();
>

Reply via email to