![]() |
Admin 11/5/2023 |
I believe that you are overthinking things. Javascript OnLoad event is called after the whole page is loaded and "DOMContentLoaded" event handler may never get called. You need to simplify your code and start with bare minimum and improve on that. |
![]() |
francesco author 11/5/2023 |
Ok I just solved in this way: $(document).ready(function() { firstQueryResult, secondQueryResult .....are defined in code snippet. Now query results are displayed in a infinite loop with a nice effect |