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
Eq
Reduce the set of matched elements to the one at the specified index.<div> <div id="divEq"> <div style="width:60px; height:60px; margin:10px; float:left;"></div> <div style="width:60px; height:60px; margin:10px; float:left;"></div> <div style="width:60px; height:60px; margin:10px; float:left;"></div> <div style="width:60px; height:60px; margin:10px; float:left;"></div> <div style="width:60px; height:60px; margin:10px; float:left;"></div> <p style="clear:left; font-weight:bold; font-size:16px; color:blue; margin:0 10px; padding:2px;"> </p> <input type="button" id="btnRunEq" value="Run" /> </div> <?php echo YsJQuery::newInstance() ->onClick() ->in('#btnRunEq') ->execute( YsJQuery::css('border', '2px solid red')->in('#divEq div'), YsJQuery::add('p', 'this'), YsJQuery::css('background', 'yellow'), YsJQuery::eq(2), YsJQuery::css('background', 'blue') ) ?> </div>
Support requests, bug reports, and off-topic comments will be deleted without warning.