I have set up .expose() on a <tr>. It works perfectly in firefox. But in Safari the content goes behind expose.
My constructor:
$tr2 = $('tr:nth-child(2)', $self).css({background:'white'});
expose = $tr2.expose({api: true, color:'#000'});
expose.load();
My constructor:
$tr2 = $('tr:nth-child(2)', $self).css({background:'white'});
expose = $tr2.expose({api: true, color:'#000'});
expose.load();
