JSFiddle

Josh's public fiddles

  • JQuery Offset Demo

    Slide/scroll to push blue div to left, then click. You should see an offset().left of 8 pixels. But on my Android (Samsung 5, Chrome) I see an increasing offset().left the further the div is pushed.

  • Bounds vs. Offset

    Scroll to the bottom, then click anywhere on blue. Run this on multiple platforms to see difference in behaviors between bounds and offsets. For example, on my windows desktop and my Mac PowerBook, offset is constant but bounds changes. On my Samsung phone, bounds is constant but offset changes.