javascript - Check a specific checkbox in HTML table -
i have html table column containing checkboxes. can please tell me how can use javascript set checkbox @ specific row index checked (without using jquery)?
thanks
the simplest solution give each checkbok specific id. easy check javascript.
probably best solution give id contains either row number or unique identifier of data in row.
Comments
Post a Comment