jquery - How to locate attachment of mouseover event Chrome Debugger -


i have ajax call refreshes product including image element. after refresh, product image magnifier not work. think because need reattach event on mouse on of image element. so, locate code mouse on event attached @ load time, can reuse code reattach event after ajax refresh. have little experience on client side programming , tools chrome developer. using chrome dev tool , event listener breakpoints/load, able stop code onload, however. info still unable locate callback function or location in code event being attached image element initially. how that? should for? there better tool or approach accomplish this?

have @ visual event, sprymedia. implemented bookmarklet portable , can used on projects not have convenient access source files.

from docs - visual event shows:

  • which elements have events attached them
  • the type of events attached element
  • the code run event triggered
  • the source file , line number attached function defined (webkit browsers , opera only).

Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -