Documentation

Talk:Traversing/parents

From jQuery JavaScript Library

Jump to: navigation, search

Bold textAbout the expr:

The expr does not regarded is it possible to be a selector or not.

For example:

$("#myid").parents('tr') is wrong or right?