我已经创建了一个动态页面,默认情况下,我在其中加载10个元素。之后,如果用户滚动doun,我将通过js (通过ajax追加数据)向此页面追加更多元素。在点击标签时,我正在做一些js工作。
我在用
$('.atnd_modal').click(function(){
alert("dsfds");
});
不
onclick ="function()" and i dont want to do that onclick.
我面临的问题是,这个js为前10名结果完美地工作,但在那之后,它停止了对我所附加的js块的工作。
如何才能对这两种情况都
java_function.js
$(#call).click(function(){
alert("gogo");
});
ajax_call.js
This function called when scroll down
#append $(#append).append(data); (data is a.html)
a.html
<script type=text/javascript src=java_function.js />
<script type=text/javascript src=aja
我正在写一个游戏,所以它需要我每300ms点击几次以上。我已经有了fastclick.js,它可以工作,但是我不能在300ms的时间内点击超过一次。
例如,我会点击一次,它会立即做出反应,但如果我在300ms之前再次点击,事件就不会触发。
快速点击:
//remove 300ms delay on mobile
FastClick.attach(document.body);
我的活动:
//when the game is clicked
window.onclick = function(e){
if(e.x > window.innerWidth/2){
我的代码:
<head>
<!-- All the required scripts and CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"><
我正在使用Swipebox:,我知道我可以像那样用swipebox幻灯片打开内容
// Link to click
<a href="#mydiv" class="my-swipebox">Click to show</a>
// And the div in html
<div id="#mydiv">Click <a href="http://example.com">Here</div>
问题是我不能点击这个div里面的链接,当它在mobie上被swipebox打