<div class="box1">
<div class="box9">
<div class="box4">
How can I get the biggest number from class which starts with “box”? In this case I have to get number 9.
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.
You need to iterate truth all div’s elements and get class names. Then you need to store biggest values. I write simple example for you:
HTML:
jQuery:
On jsFiddle