Find and check td value using javascript -



Find and check td value using javascript -

adding , removing class using jquery pretty easy..

$('#tblallmessages tbody tr td:eq(6):contains(' + mysqlid + ')') .closest('tr').removeclass('unread') .addclass('read');

however in writing same in javascript cubersome. ideas on how write it?

javascript

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -

Set Up Of Common Name Of SSL Certificate To Protect Plesk Panel -