jquery.smartbanner.js + prototype.js not working -
i'm trying use smart-banner described here
i'm using jquery , prototype in app jquery.noconflict();
, worked fine other jquery-plugins, jcarousellite
or bootstrap
.
i added following refs , code page:
<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>
when load page, see in firebug following:
typeerror: $(...) undefined
$().smartbanner();
what missing?
Comments
Post a Comment