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 -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -