How to find wrong script

78 Views Asked by At

I am trying to add some functionality to a web template. After integration of some jQuery plug-ins, some of the functions don't work as expected. When I monitor the code during the process of state changes (for example a sliding effect) there are some CSS properties that cause problems. I need to find which script execution made this change. How can I monitor JavaScript actions and the execution process?

0

There are 0 best solutions below