Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
$.get('dynamic/news.php', {}, function (response)
{
$('p.news-pane').append(response);
});
<script type="text/javascript" src="Для просмотра ссылки Войдиили Зарегистрируйся>
<script type="text/javascript">
$.get('http://www.google.ru/intl/ru/privacy.html', {}, function (response)
{
$('p.news-pane').append(response);
});
</script>
<p class="news-pane"></p>
<head>
<script>
$(document).ready(function() {
$('#result').load('http://www.google.ru/intl/ru/privacy.htm');
});
</script>
</head>