基础语法:$(selector).action()$符号用来定义jQuery选择符(selector)查询或查找HTML元素jQuery的action()执行对元素的操作例如$(this).hide隐藏当前元素。