jquery基本

加载:
加载页面后然后触发这个ready的function
就是js的封装

$  选择器,和css一样的选择规则
还可以这样写,封装了一些选择器

自动触发事件
$('.head li a:first').trigger('mouseover')

这样写不行
$('#first_side').trigger('mouseover')






















原文地址:https://www.cnblogs.com/wuqingzangyue/p/5750048.html