Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description of the coastlines


Parameters


HTML
<body>
<table id="magics">
	<td> Magics </td>
</table>

<script>
	var $param = $('<tr>').attr('id', "contour_title");
    $param.append($('<th>').attr({'width':150}).text("hello"));
</body>     $("#magics").append($param);

</script>