Not sure if there\'s another question regarding this, if so I apologize and please don\'t release the hounds.
Using the html5 doctype and doing a quick console.log o
After some frustration with IE9 in quirks mode, I've found the that $('body').scrollTop() works reliably in IE9, Chrome 32 and Firefox 26.
$('body').scrollTop()