$就是jQuery的封装形式,例如:jQuery("#sa")=$("#sa"),怎么简单怎么来。
jQuery语法:selector代表的是选择器,action代表的行为。
$(selector).action()