<html> <head> <style>.highlight{background-color: yellow}</style> <script type="text/javascript" src="jquery.js"></script> </head> <body> <p><span>Look:</span> <span>This is some text in a paragraph.</span> <span>This is a note about it.</span></p> <script>$("p span").first().addClass('highlight');</script> </body> </html>
结果:
编辑上面的代码,点击查看结果。
yige.org
- 试一个