codedance / jquery.AreYouSure

A light-weight jQuery "dirty forms" Plugin - it monitors html forms and alerts users to unsaved changes if they attempt to close the browser or navigate away from the page. (Are you sure?)
508 stars 145 forks source link

Public getters #93

Closed cgoffin closed 8 years ago

cgoffin commented 8 years ago

Extract the getValue and the getOrigValue functions to be able to call them from outside the areYouSure class.