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
bala s
NA
3
4k
excepted identifier string or number
Nov 30 2014 9:03 PM
it showing error of excepted identifier string or number at column i.e :
$(document).ready(function() {
$("#form1").validate({
rules: {
<%=name.UniqueID%>
:
{
required:true,
charactors:true
},
<%=email.UniqueID %>
:
{
required: true,
email: true
},
<%=field.UniqueID %>
:
{
required: true,
digits:true
}
}, messages: {
<%=name.UniqueID %>
:
{
required: "* Required Field *"
},
<%=email.UniqueID %>
:
{
required: "* Required Field *"
},
<%=field.UniqueID %>
:
{
required: "* Required Field *"
}
}
});
});
Reply
Answers (
2
)
how to disable the previous dates from boot strap datepicker
i need a jquery datatable for listview in asp.net