JQuery学习

$(function(){})  执行一个匿名函数

$(‘#box’)  执行ID元素选择

$(‘#box’).css('color','red');

原文地址:https://www.cnblogs.com/yq12138/p/7350780.html