Hi,
I came Here with this scenario.
Id Name IsChecked
----- --------- -------------
1 ABC []
1 ABC []
2 ABC []
3 DEF []
4 KLMN []
Id Name Count
----- --------- -------------
1 ABC 0
2 ABC 0
3 DEF 0
4 KLMN 0
There are two html tables as above. if check/uncheck on first table checkbox the count should be in the count field in table2 and increment/ decrement by 1. Observe that if there are duplicate columns the count must be increase for each check.
Please provide me Jquery code for this.
Raghunath