Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Deprecated: substr(): Passing null to parameter #1 ($string) of type string is deprecated in /home/project-web/jquery4php/lib/YepSua/Labs/RIA/jQuery4PHP/YsJQueryBuilder.php on line 127
Parents
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.<div> <table id="tblData2" border=""> <tr> <th>Name</th><th>Last name</th><th>Web</th> </tr> <tr> <td>John</td><td>Resig</td><td>http://ejohn.org/</td> </tr> <tr> <td>Paul</td><td>Bakaus</td><td>http://paulbakaus.com/</td> </tr> <tr> <td>Omar</td><td>Yepez</td><td>http://yepsua.com/</td> </tr> </table> <?php echo YsJQuery::newInstance() ->onClick() ->in('#tblData2 td') ->execute( YsJQuery::css('background', '#ffffff')->in('#tblData2 tr'), YsJQuery::parents('#tblData2 tr')->in(YsJQueryConstant::THIS), YsJQuery::css('background', '#9FDA58') ); ?> </div>
Name | Last name | Web |
---|---|---|
John | Resig | http://ejohn.org/ |
Paul | Bakaus | http://paulbakaus.com/ |
Omar | Yepez | http://yepsua.com/ |
Support requests, bug reports, and off-topic comments will be deleted without warning.