Description of the coastlines
<table id="magics"> <td> Magics </td> </table> <script> var $param = $('<tr>').attr('id', "contour_title"); $param.append($('<th>').attr({'width':150}).text("hello")); $("#magics").append($param); </script>