Thanks for the quick responses. I'm actually on vacation right now and my wife is giving me the evil eye ... so back to my vacation I go. :)
Brandon
On 8/31/06,
John Resig <[EMAIL PROTECTED]> wrote:
> 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/
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
