Clone and delete selected row to another table
问题 I am tring to clone selected object from one table to another . Till now i am getting the id of selected td to be cloned . Following is the code i am trying. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js"></script> <style type="text/css"> .row-highlight { background-color: Yellow; } </style> <script type="text/javascript"> $(function() { var message = $('#message'); var tr = $('#tbl,#tbl2'