在用戶瀏覽頁面代碼之前,檢查他是否編輯了一些表單域。如果他這樣做,我會顯示一個帶有Yes和No按鈕的模式窗口。如果他點擊否,模式應該關閉並且用戶保持在該窗口上。如果是 - 保存更改並卸載。 $(window).bind('beforeunload', function(){
// check if any field is dirty
if ($('div.form').d
我想監視更改的表單並在離開頁面之前提醒用戶。所以我用一個骯髒的形式插件found here 這是我試圖代碼 形式 <?php
use yii\helpers\Html;
use yii\widgets\ActiveForm;
use app\models\Countries;
use yii\helpers\ArrayHelper;
/* @var $this yii\web\Vie