TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
Forums
Monthly Leaders
Forum guidelines
Rajasekar S
NA
95
6.3k
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#