Is it possible to get the window.scrollY property in Javascript on the Palm Pre? Doesn't seem to be but maybe there is a secret Palm-ish way?
I've tried:
var y = window.scrollY;
var y = jQuery(window).scrollTop();
Neither seem to work. Anyone know the answer?