I have HTML, jQuery and CSS report.
In static way if wee see the 'view page source' from browser I can see is
<div id='report' class="test-reports-container">
but If I use FireBug in mozilla firefox it show something different like
<div id='report' class="test-reports-container mCustomScrollbar _mCS_1">
I don't understand how its changed.
The problem is I am creating dynamic contents so I need to remember className for which I append html content, but at run time className get changed so how would I append the html to some divs?
Can you say how its style get changed at runtime?