I have no code for this. I need to know which functions are running from the page loads until its end. like a list of functions (including jQuery), I need re-run them for some sort of task. I tried looking for some loggers and tools but found nothing but this call JS function on load
Asked
Active
Viewed 202 times
0
-
1What about built in browser dev tools? – evolutionxbox Jun 17 '20 at 00:18
-
don't familiar with such, i have Firefox but don't know how to use it for this purpose – yanivz Jun 17 '20 at 00:32
-
add `console.log('function name');`. Then look at console tab. – achmad rizky Jun 17 '20 at 03:23