>  Back to jQuery ... how many equivalents does jQuery have to prototype?

> removeChildren
.empty()

> insertAfter
.after()

> insertAtIndex,
I'm not sure what this is?

> prependChild
.prepend()

> getParentsByTagName
.parents("tag")

> getParentByTagName
.parent("tag")

> getChildrenByTagName,
.find("tag")

> getChildByTagName
.children("tag")

(tag optional for next and prev)

> getNextSibling
.next("tag")

> getPreviousSibling
.prev("tag")

> setClassName
.addClass()

> Can/Will plugins easily benefit from the build system
> that jQuery currently has, including documentation?

Yes, that's one of the things we're working on - getting the build
system to auto-generate documentation and test cases for plugins too.

--John

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to