How do I find what Javascript is running on certain events?

后端 未结 4 1756
孤街浪徒
孤街浪徒 2020-12-23 21:25

I\'ll pick Chrome for this example, but I\'m open to a solution from any browser.

Use Case: I have an update button on my website that is used to update item quantit

4条回答
  •  萌比男神i
    2020-12-23 21:28

    Go to you code. If you are using jQuery there is going to be a function that will be called with the class or id of that particular update button. Or, if you are using Javascript, there is going to be a function called inside the

    
    

    These are the two ways to look for the function that is being called; there is no software that I know

提交回复
热议问题