插件开发中.JQ获取不到页面元素,打印出来都是null
为什么打印出来都是null?获取其他元素也是。
另外 使用$(function(){})方法,这个方法就直接不执行了。。
我的htm页面:
<!--{template common:common/header}-->
```我的html代码<script>console.log( $("body"));//结果为null</script>
<!--{template common:common/footer}-->
1 贡献最佳答案
电脑版里使用JQ,要先做这个工作。然后再把jq的美金符换成jq
另外 使用$(function(){})方法,这个方法就直接不执行了。。
我的htm页面:
<!--{template common:common/header}-->
```我的html代码<script>console.log( $("body"));//结果为null</script>
<!--{template common:common/footer}-->
1 贡献最佳答案
电脑版里使用JQ,要先做这个工作。
- <script type="text/javascript">jq = jQuery.noConflict();</script>
- 详细答案 >