I am having table which contain some data. This table is generating using a component.
All td’s has the same class name. Each row begins with a check-box with a specific value to that row. When click on a td on that row I want to get check-box value. When I click on a label JavaScript function is triggered. Cannot use jQuery click function.
I am having table which contain some data. This table is generating using a
Share
sample: http://jsfiddle.net/gCGVJ/