2
Answers

Uncaught ReferenceError

Photo of Rajasekar S

Rajasekar S

9y
966
1
Hi all,
 
I am adding plug-in for below method and also it is working in one aspx page which refers  from master page. And not working in another aspx page why?
 
It shows following error 
 
Uncaught ReferenceError: $ is not defined(anonymous function)
 
 
<script type="text/javascript">
$(document).ready(function () {
$('.divmarqEMS').marquee(
{
direction: 'left',
allowCss3Support: true,
duration: 10000
});
});
</script>

Answers (2)