【jQuery】$錢字號代表jQuery物件

$ 代表 jQuery 物件,

實際過程是呼叫方法取得 jQuery 物件並賦值給 $ 變數。

有了 $ 後,

我們就可以使用像

$(“selector”)

$.forEach()

$.ajax()

等等的 jQuery 方法。