如何在 Coffeescript 中编写这些 JS 调用?
iPhone 比例错误修复
MBP.scaleFix();
隐藏网址栏
MBP.hideUrlBar();
快速按钮(仅当您只针对 webkit 浏览器时才使用此按钮,我们仍在测试跨浏览器支持)
new MBP.fastButton(document.getElementById('myBtn'), function() {alert("clicked")});
自动增长文本区域
new MBP.autogrow(document.getElementById('myTextarea'), 14); // 14 -- line height
https://github.com/h5bp/mobile-boilerplate/wiki/JavaScript-Helper