Сделал сайт на jquery mobile. хотел бы на нем реализовать вывод генерации мета тегов таких как title и description.
ПРоблема в том что страница одна а хотелось бы что бы headere менялись метатеги при переходе на другую страниццу, те тоже самое что на обычной cms.
вот код
<!DOCTYPE HTML>
<html lang="ru">
<head>
<title></title>
<meta name="DESCRIPTION" content="" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.css">
<link rel="stylesheet" href="/mobile/styles/style.css" type="text/css">
<link rel="shortcut icon" href="/mobile/favicon.ico" />
<script src="http://code.jquery.com/jquery-1.6.3.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0b3/jquery.mobile-1.0b3.min.js"></script>
</head>
<body>
<div data-role="page" id="yslugi">
<header data-role="header">
</header>
<section data-role="content" >
</section>
<footer data-role="footer">
</footer>
</div>
<div data-role="page" id="contact">
<header data-role="header">
</header>
<section data-role="content" style="text-align:center;">
</section>
<footer data-role="footer">
</footer>
</div>
</body>
</html>
те есть две страницы при переходе на страницу по индентефикатору "yslugi" выводились свой title и descr .