jquery-Traversal: Methoden next() und nextAll(). Beispiele sind wie folgt: Code kopieren Der Code lautet wie folgt: <br> $(document).ready(function(){<br> //$("div").click(function(){alert($(this).next().text());});<br> //$("div").click(function(){alert($(this).nextAll().text());});<br> $("div").click(function(){alert($(this).nextAll("div").text());});<br> });<br> <br> div{width:300px;height:30px;background:green;margin-top:10px;}<br> Hallo, Beauty hello,world Schönheit, gib mir einen Kuss Ich bin p tag Ich bin hübsch, ich habe Bilder und die Wahrheit Ich bin auch ein P-Tag