Error when I upload News ticker
I have tested news ticker at URL:
http://www.makemineatriple.com/
I have put all working code at URL and seen error inside function:
$ is not a function
$(document).ready(function() {
Javascript is at the top of website:
<script language="JavaScript" type="text/javascript">
/*<![CDATA[*/
$(document).ready(function() {
var options = {
newsList: "#news",
startDelay: 10,
placeHolder1: " []"
}
$().newsTicker(options);
});
/*]]>*/
</script>
Do you have idea how to avoid this error as on local PC works without any issue. When I upload it shows an error.
Need help.