From 8010f036bbb273f660977956f09c9a6301f4938e Mon Sep 17 00:00:00 2001 From: Michiel de Jong Date: Wed, 20 Dec 2023 11:20:25 +0100 Subject: [PATCH] Log attributes of second tr element --- js/plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/plugin.js b/js/plugin.js index 1025b98..9707dc0 100644 --- a/js/plugin.js +++ b/js/plugin.js @@ -46,6 +46,7 @@ var mfazoneFileListPlugin = { } }); console.log('IDS>>>>>>', ids); + console.log('attributes of second tr element', document.getElementsByTagName('tr')[1].attributes); const statusUrl = OC.generateUrl('/apps/mfazones/getList'); $.ajax({ type: 'GET',