jquery.smartbanner.js + prototype.js无效

时间:2015-07-23 12:54:42

标签: jquery prototype smartbanner

我试图按照here

所述使用智能横幅广告

我在我的应用中使用jQuery.noConflict();使用jQuery和原型,并且可以与其他jquery插件一起使用,例如jcarousellitebootstrap

我在页面中添加了以下参考和代码:

<meta name="google-play-app" content="app-id=com.myapppackage"> 
<link rel="stylesheet" href="jquery.smartbanner.css" type="text/css" media="screen">
<script src="jquery.smartbanner.js"></script>
<script type="text/javascript"> 
  $().smartbanner();
</script>

当我加载页面时,我在我的firebug中看到以下内容:

  

TypeError:$(...)未定义

     

$()smartbanner();

我错过了什么?

0 个答案:

没有答案