ワープレスのデータから投稿データを選択するアプリを作成しようとしています。したがって、すべてがjquery-moblieの単純なエルメネットである必要があり<li>
ます<ul>
。これは、これが私のコードであることを示しています。
<?php /**
* @author yosef yawitz
* @copyright 2012
* @name index.php
**/
require_once 'inc/header.php';
/**
* $query = 'inventory_sku';
* $a = wareHouseAllItems($query);
*/
?>
<script src="js/jqm.autoComplete-1.3.js"></script>
<body>
<div data-role="page" id="indexPage">
<div data-role="header" data-position="fixed">
<h1> בר דעת </h1>
</div>
<div data-role="content">
<ul id="inventoryProducts"data-role="listview" data-theme="g">
</ul>
</div>
<div data-role="footer">
<h1>Comp</h1>
</div>
</div>
<script>
$(document).ready(function(){
$('#inventoryProducts').load('inc/load_posts.php');
});
</script>
</body>
</html>
ページの下部にajaxをロードすると、<li>
elemnetは通常どおり表示され、jquerycssスタイルがありません