Using jquery , how to check whether a table cell is empty or not?
Please help me.
|
Using jquery , how to check whether a table cell is empty or not? Please help me. | ||||
feedback
|
|
What do you mean by empty.
or
| |||
|
feedback
|
|
You can use CSS selectors with the
| |||||
feedback
|
|
Try this:
| |||
|
feedback
|
|
You could add css classes to your
| |||
|
feedback
|
|
You can use the trechnique I posted here http://www.keithrull.com/2010/06/09/HowToChangeTableCellColorDependingOnItsValueUsingJQuery.aspx You can use this if you already know the id of the cell you want to check
or you can iterate on the cells of the table
}); | |||
|
feedback
|