I am facing issue with chrome extension.
What the Extension Does: The extension using the content script; dynamically inserts a div element in a already existing ui list on the main page dom and attaches an onclick event.
The other div of the same ui list have some mouseover ,mouseout, mousedown events attached to the them.
Issue: When the extension is enabled; on hovering on the list there are errors suggesting that the function is undefined also the default click behavious is not working. Basically It is not able to resolve the functions which existed on the main page js.
I checked that the content script is not doing on the other elements of the list. Can anyone help me this to trace down the exact issue ?