onclick 为什么调用 jquery function

如题所述

能。
1、定义function方法
<script>
function a(){//定义一个方法a
}
</script>
2、JQuery里面调用
<script>
function a(){//定义一个方法a
}
$(function(){
a();//JQuery中调用方法a
});
</script>
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答