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?)
507 stars 145 forks source link

Optimization of select value #97

Open Guito opened 8 years ago

Guito commented 8 years ago

For selects with a lot of options the old code was inefficient. This fixes this problem.