我与roid子管有奇怪的问题。 我希望,这是我根本错做的事情,而不是“JQuery bug”。 我在Embeth和Kyre曾尝试过以下法典。 然而,当我尝试安乐施会时,点击“Get Tweets”纽托邦并不奏效。 这似乎是一个与JQuery Mobile有关的问题,因为当我把这一活动添加到普通的非JQuery 移动物体之后,它就正确地约束了它和独角兽。 木工火灾。 我曾尝试过甲型和乙型双甲型双甲型和乙型.式的移动式,无uck。
<!DOCTYPE html>
<html>
<head>
<style type="text/css" rel="stylesheet" >
.chkTag { color: black; }
/*.chkFeed { color: black; }*/
</style>
<link rel="stylesheet" href="twitter/style/jquery.mobile-1.0a4.1.min.css" />
<script type="text/javascript" src="twitter/js/jquery-1.6.1.min.js"></script>
<script type="text/javascript" src="twitter/js/jquery.mobile-1.0a4.1.js">
</script>
<script type="text/javascript">
$(document).ready(function() {
$(".tweetjack").click(function() {
console.log( test );
});
console.log( page loaded );
});
</script>
<style type="text/css">
.profile img { width: 48px; height: 48px; display: inline; float: left; padding-right: 10px; }
/*.ui-collapsible-contain { max-height: 950px; min-height: 950px; }*/
</style>
</head>
<body>
<div id="page" data-role="page" data-theme="d">
<div id="header" data-role="header">
<h1>Twitter App</h1>
</div>
<div data-role="content">
<div id="1" class="tweetjack" data-role="collapsible" data-collapsed="true"><h3>Get Tweets</h3><p id="text1"></p><div data-role="collapsible" data-collapsed="true"><h3 date-theme="a">Filter</h3></div></div>
</div>
<div id="footer" data-role="footer">
<a class="tweetjack"><h2>BT</h2></a>
</div>
</div>
</body>
</html>
这本书也只在海底浏览器中失效。
$( #page ).live( pagecreate ,function(event){
console.log( page loaded );
$(".tweetjack").click(function() {
console.log( test );
});
});