这是一个创建于 3967 天前的主题,其中的信息可能已经有所发展或是发生改变。
jQuery/jqLite Extras
Angular also provides the following additional methods and events to both jQuery and jqLite:
Events
...
Methods
...
scope() - retrieves the scope of the current element or its parent.
这里的意思是jq对象有这个scope方法吗?为什么我打印不出东西。
1 条回复 • 1970-01-01 08:00:00 +08:00
|
|
1
ThomasChan 2014-01-08 16:47:05 +08:00
要打印出东西来那也先得$element不是空的啊,写到directive里随便绑定个元素,就打印出来了
|