>
> I believe all class methods in proto begin with a lowercase letter.


Except for Ajax methods. :)

-Hector

On Fri, Sep 19, 2008 at 8:34 AM, Matt Foster <[EMAIL PROTECTED]> wrote:

>
> Its because IE doesn't extend the objects prototype, and because
> you're referencing it via element.form, it doesn't go through any of
> proto's method, leaving it un-extended.
>
> Also note that its getElements, not GetElements, I believe all class
> methods in proto begin with a lowercase letter.
>
> $$('input[type=submit], input[type=button]').each(function(submitItem)
> {
>   $(submitItem.form).getElements(...)
>
> }
>
>
> On Sep 19, 9:33 am, "Justin Perkins" <[EMAIL PROTECTED]> wrote:
> > Check out the form-related methods Prototype provides:
> http://prototypejs.org/api/form
> >
> > -justin
> >
>

--~--~---------~--~----~------------~-------~--~----~
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-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to