Hi srufle,

it works for me in FF3.5.
Don't you have modified the remove() merthod in the specified object.
Because myElement.remove() ans Element.remove('myElementId') are the
same function.

--
david


On 1 déc, 15:54, srufle <sru...@gmail.com> wrote:
> I am not sure I may have found an issue.
>
> On FF35
> Does not work:
> var dd = $('some_dropdown');
> dd.remove(); - I end up in emptyFunction
>
> Does work:
> var dd = $('some_dropdown');
> Element.remove(dd);
>
> <select id="some_dropdown" style="width: 135px;" name="some">
>         <option selected="" value="VAL">ValText</option>
> </select>
>
> BUT I was able to make the element.remove() calls on elements that
> were not selects.

--

You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.


Reply via email to