I am searching list of All reserved Keywords of jquery so that I can know which keyword is used where.
问问题
2776 次
2 回答
0
jQuery 只使用两个全局标识符;$
和jQuery
。
有关所有 jQuery 方法和属性的列表,请参阅http://api.jquery.com
于 2012-09-04T05:47:12.247 回答
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
于 2012-09-04T05:54:14.420 回答