Suppose there is a table with three columns
Parent Name Address.
Parent is Checkbox column...each rows will be having checkbox.
The below code will create a pattern ...

Code:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery Add / Remove Table Rows</title> <style type="text/css">
    table{
        width:
...