样式:$(function (){ $(“要选择的标签”).click(function (){alert (“弹出对话框内容”);}) }); 第一种:Id选择器 用法: 代码如下: <head> <title></title> [removed][removed] [removed] $(function (){ $(“p”).click(function (){alert (“小P”);}) }); [removed] </head> <bo