jq 7种实例化

$(html) ->$(array)

$(html,{}||$(...)) 

$(#id)

$(expr,$(...))

$(expr,context)

$(dom)

$(function(){})

原文地址:https://www.cnblogs.com/Mr-Joe/p/4028527.html