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
narasiman rao
NA
519
765.4k
Avoid line longer than 120 characters
Oct 12 2016 7:35 AM
My code as follows
$(this).quicksearch("[id*=gridVendor] tr:not(:has(th))", {
'testQuery': function (query, txt, row) {
return $(row).children(":eq(" + 1 + ")").text().toLowerCase().indexOf(query[0].toLowerCase()) != -1;
}
}
From the above code the below line is exceeding 120 characters
return $(row).children(":eq(" + 1 + ")").text().toLowerCase().indexOf(query[0].toLowerCase()) != -1;
Reply
Answers (
3
)
Excel add in with typeahead on cell
multiple client with server