 |
Master the jQuery for each loop - CSS-Plus
actually $.each already set a condition which is from beginning (0) to last (object.length) this is condition, of course if you want to set other condition, for example: var list=$(#ulid .liclass); in list you get 10 li. and then you need only need to do
css-plus.com |
 |