← 返回教程列表📗 jQuery 教程选择器与事件▶ 运行代码$(document).ready(function() { $("button").click(function() { $("p").hide(); }); });← 上一章:jQuery 简介下一章:AJAX →