This is the effect that you see in mobile apps, you press the screen and pull down to reload. can this effect be done in a normal modern browser? If this can me done, PM me with a cost. Thanks
Technically you could with ajax, but the same effect could be done by just clicking and would be a lot cheaper to implement. If you have to have it done by a pull down PM me but it could take some work, depending on how you want it integrated.
The idea is to gather all of your inner body structure in one single div (beside the body) and make it draggable with a snap to edge condition. While the dragged div isn't snapped, continue dragging, if it snapped to the lower edge, document.location.reload(); (or any kind of action you want to do.). Not saying it's easy peasy but, it's not that hard how it may sound after reading edango's post. I'm willing to do it for 50$. If you make up your mind, let me know, i have a bunch of javascript apps in my portofolio if you want to see one.