Сообщение от ureech
|
Подскажите решение,пожалуйста.
|
Как вариант...
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=windows-1251' />
<script src='http://code.jquery.com/jquery-latest.js'></script>
<!--
<script src="https://code.angularjs.org/1.3.9/angular.min.js"></script>
<script src="https://code.angularjs.org/1.3.9/angular-route.js"></script>
-->
<style type='text/css'>
</style>
<script type='text/javascript'>
$(function(){
var link = '<tr><td><a href="" >My Dieta</a></td></tr>';
$('#1>.2>table>tbody').append(link);
});
</script>
</head>
<body>
<div id="1">
<div class="2">
<table>
<tr>
<td>Text</td>
</tr>
</table>
</div>
</div>
</body>
</html>