Daniel Pickering schrieb:
>
> Hi John & other jQuery developers,
>
>  
>
> First of all, a great big thank you for creating jQuery. It makes 
> creating modern, dynamic web pages a breeze!
>
> No more struggling manually navigating the DOM tree is a big win for me.
>
>  
>
> I just have a few queries/notes:
>
>  
>
> 1.       In the API documentation example of siblings(expr), the 
> result is every matching sibling *excluding* the element that was matched.
> This does not appear to be the case when using this function:
>
That bug is fixed in the trunk version (in the subversion repository). 
As there is currently no release scheduled, you may want to check it out 
for yourself.
In case the fix does not work for you, you could reopen the bug report 
for it. Unfortunately the jQuery site is down, therefore I can't provide 
a link for it.
Oh, SVN is down, too. If you want to fix it in your current version, 
this works:
siblings: "jQuery.sibling(a, null, true)",

> 3.    Errata: The API documentation for parents() and parents(expr) 
> has the documentation for the ancestor functions (What is the 
> difference between parents & ancestors anyway?)
>
I think I fixed the docs, too.
Parents and ancestors are just the same. More of a historical and XPath 
alignment reason.

-- Jörn

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

Reply via email to