我如何模拟display:table with jquery? 内部div必须适合整个外部div,如下所示:
<div style="display:table; width:500px">
<div style="display:table-cell; background-color:red" >aaaa</div>
<div style="display:table-cell; background-color:green">б</div>
<div style="display:table-cell; background-color:blue">в</div>
</div>