Hi All,
I am currently in the process of developing a simple plugin that removes some elements from certain pages I want to be able to run some Simply Jquery after the document fully loads. I have tried doing this with "(document).ready(function(){" and this seemed to have worked in Kibana 7.2 but since the upgrade to 7.4 the processes have started to fail. As far as i can tell "(document).ready(function(){" fires before all elements are on screen so it causes a failure. Can this same "Document ready" type of thing be done in some other way.
I should probably mention im using hack.js to do this.
Thanks!