From 8593b9da72d06dc08027f1175e2c57a98a68cab4 Mon Sep 17 00:00:00 2001 From: sunhao Date: Mon, 30 Oct 2023 14:50:18 +0800 Subject: [PATCH] * zin: Compatiable with jQuery $.fn.triggerHandler. --- www/js/zui3/zin.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/js/zui3/zin.js b/www/js/zui3/zin.js index 25d070f7b8..7ce4b8ed06 100644 --- a/www/js/zui3/zin.js +++ b/www/js/zui3/zin.js @@ -37,6 +37,9 @@ $.apps.updateUrl(appCode, location.href, document.title); } } + + /* Compatiable with jQuery. */ + $.fn.triggerHandler = $.fn.trigger; }()); (function()