我正在搜索jquery的所有保留关键字列表,以便我可以知道在哪里使用哪个关键字。
答案 0 :(得分:0)
jQuery只使用两个全局标识符; $
和jQuery
。
有关所有jQuery方法和属性的列表,请参阅http://api.jquery.com
答案 1 :(得分:0)
在这里,您可以得到任何想要的东西: JQuery Fundamentals
以下是其中一些:
break export return
case for switch
comment function this
continue if typeof
default import var
delete in void
do label while
else new with