2
Reply

Uncaught ReferenceError

Rajasekar S

Rajasekar S

Apr 12 2016 3:11 AM
343
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)