Salin kod Kod adalah seperti berikut: <br> $(fungsi(){<br> $(".test li,.test dd").klik(function(){<br> alert('Ia sendiri adalah huruf besar:' $(this).get(0).tagName 'nGunakan kepadaLowerCase() untuk menukar kepada huruf kecil:' $(this).get(0).tagName.toLowerCase() 'nUse toUpperCase( ) kepada huruf besar: ' $(this).get(0).tagName.toUpperCase());<br> })<br> });<br> </skrip> <p><div class="test"><br> <ul><br> <li>lili</li><br> <li>lili</li><br> </ul><br> <br> <dl><br> <dd>dddd</dd><br> <dd>dddd</dd><br> </dl><br> </div><br> </p> </div>