jQuery dollar plugin -


未知
未知

软件简介

It is painful to use $(“#…”).get(0) sometimes.
jQuery dollar plugin alias $.$(“foo”) to $(“#foo”).get(0), which make it less
painful.