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

ays-beforeunload-shim.js "$ is not a function" conflict with WordPress" #146

Open seezee opened 3 years ago

seezee commented 3 years ago

This could easily be fixed by changing line 12 // $(function() { to jQuery(function($) {