yanhaijing / zepto.fullpage

Focusing on the fullPage.js for mobile terminals.
MIT License
2.1k stars 510 forks source link

如何开启响应click事件? #75

Open ghost opened 8 years ago

ghost commented 8 years ago

想兼容PC

yanhaijing commented 8 years ago

这个需要自己写的:

$('body').click(function() { $.fn.fullpage.moveNext() });