<script> alert($("div.a").eq(0).html());//1 alert($("div.a").eq(1).html());//2 alert($("div.b").eq(0).html());//3 alert($("div.b").eq(1).html());//4 </script>