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

Check if form is dirty #141

Closed AkinOlawale closed 5 years ago

AkinOlawale commented 5 years ago

How is it possible to check the status of a form? Something like formStatusDirty = true ? etc?