Archive for the Javascript Category

Preventing users from exiting a form on your website with JQuery - Posted October 26, 2011

I have encountered a problem with users on a webapp that i co-created. The users would click back after entering data in a form, or close the current tab or something. They were so used to client-server workflow, with open connections to the database that prevented that kind of actions. So i got handed the [...]