Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Rajasekar S
2.1k
84
5k
Uncaught ReferenceError
Apr 12 2016 3:11 AM
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>
Reply
Answers (
2
)
maintaining state of checkboxes while paging in jtable
JQuery not detecting id element in partial view MVC4 C#