Hey everyone,

I've run into this problem, before, but can't remember what I did to
solve it.  I am using the $() selector to grab an anchor tag.  I've
even tried the vanilla version and it still returns the href.  Here is
an example
<script>
    document.observe("dom:loaded", function(){
        alert($('el_id'));
    });
</script>

Now, in reality, I am using this to assign and event listener from a
popup class we use internally.  Can anyone shed some light on why it's
not returning the HTML Object, instead of (what I assume) is
Object.toString() ?

Thanks

-- 
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