... | @@ -19,5 +19,5 @@ Event对象中包含了所有事件绑定有关的方法 |
... | @@ -19,5 +19,5 @@ Event对象中包含了所有事件绑定有关的方法 |
|
<br />
|
|
<br />
|
|
注意:ajaxInitExecute,eventBind中的方法,需写成方法调用的方法,
|
|
注意:ajaxInitExecute,eventBind中的方法,需写成方法调用的方法,
|
|
如有一个function showTest(){},eventBind中 写成 showTest(); 而不是 showTest
|
|
如有一个function showTest(){},eventBind中 写成 showTest(); 而不是 showTest
|
|
Ajax,Event对象中的方法只有写在return{} 中才会被其它地方调用到,若不需要暴露就不需要写在return{}中,
|
|
Ajax,Event对象中的方法只有写在return{} 中才会被其它地方调用到,若不需要暴露出来则不需要写在return{}中,
|
|
|
|
|