Pseudo Code
$("#cool ul li.active:eq( > 3)") { // selector if the active li is over 3
$('#cool ul').animate({right: '+=984'},0);
};
What is the best way to select if the li is over 3?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
:gt selector
EDIT: Had it correct the first time, thought I had it wrong and made it incorrect, should be back to correct again 😛