I am trying to debug some image slideset which turns out with set height on outer div. The height is too short so you see only half of the images. I want to find which JS script sets this height in this div. Is there any way to do it?
I am trying to debug some image slideset which turns out with set height on outer div. The height is too short so you see only half of the images. I want to find which JS script sets this height in this div. Is there any way to do it?
Share Improve this question edited Dec 30, 2013 at 14:38 informatik01 16.4k11 gold badges78 silver badges108 bronze badges asked Dec 30, 2013 at 14:28 DimaDima 1331 silver badge5 bronze badges 01 Answer
Reset to default 19- go to DOMElement
- Right click
- Break on
- Attribute modification
Execute your code to see which line changed the attribute.