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

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -