[Solved] HTML5 Mobile Boilerplate Coffeescript Calls [closed]


They mostly stay the same.

iPhone Scale Bug Fix

MBP.scaleFix()

Hide URL Bar

MBP.hideUrlBar()

Fast Buttons

new MBP.fastButton document.getElementById('myBtn'), -> alert "clicked"

Autogrow textarea

new MBP.autogrow document.getElementById('myTextarea'), 14 

2

solved HTML5 Mobile Boilerplate Coffeescript Calls [closed]