* zin: Compatiable with jQuery $.fn.triggerHandler.

This commit is contained in:
sunhao
2023-10-30 14:50:22 +08:00
parent 7400a1e12e
commit 8593b9da72
+3
View File
@@ -37,6 +37,9 @@
$.apps.updateUrl(appCode, location.href, document.title);
}
}
/* Compatiable with jQuery. */
$.fn.triggerHandler = $.fn.trigger;
}());
(function()