From c9079ed0bb0860f85b14d5c88899631bf1e8e580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Wed, 26 Sep 2018 09:34:24 +0800 Subject: [PATCH] Update index_m.html --- admin/index_m.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin/index_m.html b/admin/index_m.html index f9305d3..11a2ab3 100644 --- a/admin/index_m.html +++ b/admin/index_m.html @@ -43,6 +43,11 @@ }); } + $.each($('.modbus-grid'), function () { + var _id = $(this).attr('id'); + + }); + }