jQuery Mobile Touch Events 小教學

 jQuery Mobile Touch Events 小教學

jQuery Mobile Touch Events 小教學 @ 腦爸打 Compbrother 腦巴打

小知識教學類型: 手機應用程式開發

上文我們簡介了jQuery Mobile Events的各個種類,今文我們特別專談當互聯網使用者點擊手機螢幕時的事件 jQuery Mobile Touch Events,我們以段落p element 作為例子:

jQuery Mobile Tap:
$("p").on("tap",function(){
$(this).hide();
});

jQuery Mobile Taphold:
$("p").on("taphold",function(){
$(this).hide();
});

jQuery Mobile Swipe:
$("p").on("swipe",function(){
alert("你正在Swipe!");
});

*而Swipe亦可分Swipeleft和Swiperight事件。



如需協助 「手機應用程式開發」 ,歡迎立即 聯絡我們!


https://hongkongdp.com/shop/view.php?sid=306

此網誌的熱門文章

脑爸打有限公司

網站中什麼文字會影響SEO?

選用只有一個頁面的網站? (缺點篇)