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