我用 jQuery 插件Feature Walkthrough编写了一个网站导览
<button id="yui-galleryintrotourui-buttontourend-id" class="yui-galleryintrotourui-card-next yui3-button notice" data-seqid="end"> … </button>
这就是我目前尝试检查 jQuery 函数introTour
是否完成的方式,网站tour_cards
上提供了示例。
$().introTour(tour_cards, function(){
alert("Finished");
});
我尝试过使用.live('click', function(){});
事件来获取 click 事件,一旦在yui-galleryintrotourui-buttontourend-id
.本身)。