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
Sharma Raushan
NA
527
14.9k
change background color of Row
Nov 4 2020 8:14 AM
I have below table , on button click i want to change the background color of rows where OrderType is 'Special'.
<table id=
"tblOrder"
>
<tr>
<th>Id</th>
<th>Name</th>
<th>Order Type</th>
</tr>
<tr>
<td>1</td>
<td>Gupta Traders</td>
<td>Special</td>
</tr>
<tr>
<td>2</td>
<td>Shrikant Steel</td>
<td>General</td>
</tr>
<tr>
<td>3</td>
<td>Payal Furniture</td>
<td>Special</td>
</tr>
</table>
Reply
Answers (
3
)
How to change background color of all div with Id ending as _Spain.
Add new row with input fields on button click