Johan, when we say "wrapper" we don't mean a div in HTML.
We mean instead of extending the native DOM elements
$(element) -> returns an extended dom element
$(element) -> returns an instance of a ElementWrapper class
the class interacts with the element but does not extend it directly.

see  kangax's new thread:
http://groups.google.com/group/prototype-core/browse_thread/thread/c05add9fabd5a00c

- JDD

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@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-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to