我试图构建一个从工作数据中选择帖子数据的应用程序。所以它只需要在 jquery-moblie 中成为一个简单的<li>
elmenets<ul>
来显示这是我的代码:probalme 最后有描述它
<?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 显示正常并且没有 jquery css 样式